Files
fetsite/app/inputs/datepicker_input.rb
Andreas Stephanides 065389dfa4 datepicker
2013-08-25 20:07:57 +02:00

7 lines
138 B
Ruby

class DatepickerInput < FormtasticBootstrap::Inputs::StringInput
def input_html_options
super.merge(:class => "datepicker")
end
end