search for: event_strips

Displaying 1 result from an estimated 1 matches for "event_strips".

Did you mean: event_script
2010 Nov 05
3
non event_calendar
...:year => nil, :month => nil Action in controller.... def availability_calendar @month = (params[:month] || Time.zone.now.month).to_i @year = (params[:year] || Time.zone.now.year).to_i @shown_month = Date.civil(@year, @month) @event_strips = Booking.event_strips_for_month(@shown_month) end View ..... foo <%= event_calendar %> Result.... undefined local variable or method `event_calendar'' for #<ActionView::Base:0x102e77220> -- Posted via http://www.ruby-forum.com/. -- You received this message becaus...