Module: AutoHtmlFor
- Defined in:
- lib/auto_html/auto_html_for.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Constant Summary collapse
- @@auto_html_for_options =
default options that can be overridden on the global level
{ :htmlized_attribute_suffix => '_html' }
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
10 11 12 |
# File 'lib/auto_html/auto_html_for.rb', line 10 def self.included(base) base.extend(ClassMethods) end |