lib/active_admin/inputs/datepicker_input.rb in activeadmin-1.0.0 vs lib/active_admin/inputs/datepicker_input.rb in activeadmin-1.1.0
- old
+ new
@@ -8,13 +8,13 @@
options[:data].merge! datepicker_options
end
end
private
- def datepicker_options
- options = self.options.fetch(:datepicker_options, {})
- options = Hash[options.map{ |k, v| [k.to_s.camelcase(:lower), v] }]
- { datepicker_options: options }
- end
+ def datepicker_options
+ options = self.options.fetch(:datepicker_options, {})
+ options = Hash[options.map{ |k, v| [k.to_s.camelcase(:lower), v] }]
+ { datepicker_options: options }
+ end
end
end
end