class ActionView::Helpers::InstanceTag

Private Instance Methods

datetime_selector_with_name(options, html_options) click to toggle source
# File lib/active_scaffold/extensions/name_option_for_datetime.rb, line 5
def datetime_selector_with_name(options, html_options)
  options.merge!(:prefix => options[:name].gsub(/\[[^\[]*\]$/,'')) if options[:name]
  datetime_selector_without_name(options, html_options)        
end