Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
nashby committed Sep 7, 2012
1 parent 4c5a5b9 commit 44f1301
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,9 @@
## 2.1.0.dev

### enhancements

* Allow to specify custom wrappers for input types.
([@nashby](https://github.com/nashby))
Closes [#636](https://github.com/plataformatec/simple_form/issues/636)
* Use separate config file to do bootstrap specific configuration.
([@nashby](https://github.com/nashby))

Expand Down
2 changes: 1 addition & 1 deletion lib/simple_form.rb
Expand Up @@ -96,7 +96,7 @@ module SimpleForm
@@input_mappings = nil

# Custom wrappers for input types. This should be a hash containing an input
# type as key and the wrapper that will be used for all inputs with specified type
# type as key and the wrapper that will be used for all inputs with specified type.
# e.g { :string => :string_wrapper, :boolean => :boolean_wrapper }
mattr_accessor :wrapper_mappings
@@wrapper_mappings = nil
Expand Down

0 comments on commit 44f1301

Please sign in to comment.