[Source]
# File vendor/plugins/gettext_localize/lib/gettext_localize_rails.rb, line 269 269: def to_datetime_select_tag(options = {}) 270: options.reverse_merge!(GettextLocalize::date_order) unless options.include? :order 271: orig_to_datetime_select_tag(options) 272: end
[Validate]