Methods added to this helper will be available to all templates in the application.
# File app/helpers/application_helper.rb, line 6 def datetime_select_options {:use_month_names=>monthnames, :order=>[:day,:month,:year]} end
# File app/helpers/application_helper.rb, line 3 def monthnames ['leden', 'únor', 'březen', 'duben', 'květen', 'červen', 'červenec', 'srpen', 'září', 'říjen', 'listopad', 'prosinec'] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.