Module: AutoHtmlFor

Defined in:
lib/auto_html/auto_html_for.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Constant Summary

@@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

+ (Object) included(base)



9
10
11
# File 'lib/auto_html/auto_html_for.rb', line 9

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