forked from bofh/fetsite
7 lines
138 B
Ruby
7 lines
138 B
Ruby
class DatepickerInput < FormtasticBootstrap::Inputs::StringInput
|
|
def input_html_options
|
|
super.merge(:class => "datepicker")
|
|
end
|
|
|
|
end
|