datepicker

This commit is contained in:
Andreas Stephanides
2013-08-25 20:07:57 +02:00
parent 616de516db
commit 065389dfa4
3 changed files with 11 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
class DatepickerInput < FormtasticBootstrap::Inputs::StringInput
def input_html_options
super.merge(:class => "datepicker")
end
end