Skip to content

Commit

Permalink
Committing for home.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcarter committed Feb 16, 2013
1 parent 3cbc35b commit a3b98db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/formtastic/form_builder.rb
Expand Up @@ -15,6 +15,7 @@ def self.configure(name, value = nil)
configure :required_string, proc { Formtastic::Util.html_safe(%{<abbr title="#{Formtastic::I18n.t(:required)}">*</abbr>}) }
configure :optional_string, ''
configure :inline_errors, :sentence
configure :attribute_names_on_errors, false
configure :label_str_method, :humanize
configure :collection_label_methods, %w[to_label display_name full_name name title username login value to_s]
configure :collection_value_methods, %w[id to_s]
Expand Down

0 comments on commit a3b98db

Please sign in to comment.