2011-10-30 23:02:41 +00:00
|
|
|
# require 'formtastic'
|
|
|
|
# require 'locomotive/misc_form_builder'
|
|
|
|
# Formtastic::SemanticFormHelper.builder = Locomotive::MiscFormBuilder
|
|
|
|
# Formtastic::SemanticFormBuilder.i18n_lookups_by_default = true
|
|
|
|
#
|
2011-11-27 16:22:54 +00:00
|
|
|
require 'formtastic'
|
|
|
|
|
2011-12-21 14:24:39 +00:00
|
|
|
Formtastic::FormBuilder.i18n_lookups_by_default = true
|
2011-11-27 16:22:54 +00:00
|
|
|
Formtastic::FormBuilder.configure :escape_html_entities_in_hints_and_labels, false
|