search for: departure_date

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

2010 Nov 05
3
non event_calendar
...issing 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'', :action => ''availability_calendar'',...