forked from bofh/fetsite
datepicker
This commit is contained in:
6
app/inputs/datepicker_input.rb
Normal file
6
app/inputs/datepicker_input.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class DatepickerInput < FormtasticBootstrap::Inputs::StringInput
|
||||
def input_html_options
|
||||
super.merge(:class => "datepicker")
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user