Skip to content

Commit

Permalink
Add number field to autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
dramalho committed Jun 19, 2013
1 parent d48fa31 commit 6971378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/twitter-bootstrap-markup-rails/components/form.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module Twitter::Bootstrap::Markup::Rails::Components
class Form < Base
autoload :InputField, 'twitter-bootstrap-markup-rails/components/form/input_field'
autoload :NumberField, 'twitter-bootstrap-markup-rails/components/form/number_field'
autoload :TextArea, 'twitter-bootstrap-markup-rails/components/form/text_area'
autoload :Label, 'twitter-bootstrap-markup-rails/components/form/label'
autoload :RadioButton, 'twitter-bootstrap-markup-rails/components/form/radio_button'
Expand Down

0 comments on commit 6971378

Please sign in to comment.