Skip to content

Commit 003fe29

Browse files
author
Matthew Bellantoni
committed
Add Numeric (for NumberInput).
1 parent a4a116c commit 003fe29

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module FormtasticBootstrap
2+
module Inputs
3+
module Base
4+
module Numeric
5+
include Formtastic::Inputs::Base::Numeric
6+
end
7+
end
8+
end
9+
end

0 commit comments

Comments
 (0)