search for: start_at_field

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

2010 Nov 05
3
non event_calendar
What am I missing here, trying to get the event_calendar plugin working with my existing app. Have installed the plugin, which I guess is a good start, then this... class Booking < ActiveRecord::Base has_event_calendar :start_at_field => ''arrival_date'', :end_at_field => ''departure_date'' Route... map.availability_calendar ''/availability_calendar/:year/:month'', :controller => ''properties'', :...