ApplicationHelper

Methods added to this helper will be available to all templates in the application.

Public Instance Methods

datetime_select_options() click to toggle source
# File app/helpers/application_helper.rb, line 6
def datetime_select_options
  {:use_month_names=>monthnames, :order=>[:day,:month,:year]}
end
monthnames() click to toggle source
# 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.