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



13
14
15
# File 'lib/auto_html/auto_html_for.rb', line 13

def self.included(base)
  base.extend(ClassMethods)
end