Helper class for ReportYear and reporthelp_month_selection.
# File app/helpers/reports_helper.rb, line 31 def initialize( year, month ) @id = "#{ year }_#{ month }" @start = "#{ month } (start of #{ Date::MONTHNAMES[ month ] } #{ year })" @end = "#{ month } (end of #{ Date::MONTHNAMES[ month ] } #{ year })" @all = "#{ month }, #{ Date::MONTHNAMES[ month ] } #{ year }" end