Skip to content
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.

Commit

Permalink
Add NumberInput.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Bellantoni committed Nov 2, 2011
1 parent c7b023e commit 5e8ceb0
Show file tree
Hide file tree
Showing 2 changed files with 795 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/formtastic-bootstrap/inputs/number_input.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module FormtasticBootstrap
module Inputs
class NumberInput < Formtastic::Inputs::NumberInput
include Base
include Base::Stringish
end
end
end
Loading

0 comments on commit 5e8ceb0

Please sign in to comment.