search for: last_register_date

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

2007 Nov 22
1
has_many :through questions
...force => true do |t| t.column "name", :string t.column "description", :text t.column "event_date", :date t.column "start_time", :time t.column "end_time", :time t.column "last_register_date", :date t.column "location_city", :string t.column "location_state", :string, :limit => 2 t.column "location_zip", :string, :limit => 9 t.column "location_addr", :text t.column "agenda",...