Class: Oxymoron::Config
- Inherits:
-
Object
- Object
- Oxymoron::Config
- Defined in:
- lib/oxymoron/config.rb
Class Attribute Summary collapse
-
.form_builder ⇒ Object
Returns the value of attribute form_builder.
-
.oxymoron_js_path ⇒ Object
Returns the value of attribute oxymoron_js_path.
-
.rewrite_form_for ⇒ Object
Returns the value of attribute rewrite_form_for.
Class Method Summary collapse
Class Attribute Details
.form_builder ⇒ Object
Returns the value of attribute form_builder.
8 9 10 |
# File 'lib/oxymoron/config.rb', line 8 def form_builder @form_builder end |
.oxymoron_js_path ⇒ Object
Returns the value of attribute oxymoron_js_path.
6 7 8 |
# File 'lib/oxymoron/config.rb', line 6 def oxymoron_js_path @oxymoron_js_path end |
.rewrite_form_for ⇒ Object
Returns the value of attribute rewrite_form_for.
7 8 9 |
# File 'lib/oxymoron/config.rb', line 7 def rewrite_form_for @rewrite_form_for end |
Class Method Details
.setup {|_self| ... } ⇒ Object
10 11 12 |
# File 'lib/oxymoron/config.rb', line 10 def setup yield self end |