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