search for: available_to

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

Did you mean: available_at
2006 Feb 07
0
complicated search/model question
...force => true do |t| t.column "contractor_id", :integer t.column "day", :integer # 0-6 to match ruby wday t.column "available_from", :datetime # could be just a time field but rails doesn''t seam to play nice with time objects t.column "available_to", :datetime # could be just a time field but rails doesn''t seam to play nice with time objects t.column "start_date", :date # used if a contractor available only between certain dates t.column "end_date", :date # used if a contractor available only between...