Skip to content

Commit

Permalink
Make explicit this wrapper is the default.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 24, 2012
1 parent 8faff4c commit 023bc25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# wrapper, change the order or even add your own to the
# stack. The options given below are used to wrap the
# whole input.
config.wrappers :class => :input, :hint_class => :field_with_hint, :error_class => :field_with_errors do |b|
config.wrappers :default, :class => :input, :hint_class => :field_with_hint, :error_class => :field_with_errors do |b|
## Extensions enabled by default
# Any of these extensions can be disabled for a
# given input by passing: `f.input EXTENSION_NAME => false`.
Expand Down

0 comments on commit 023bc25

Please sign in to comment.