search for: way_search_runs

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

2009 Nov 04
0
The error occurred while evaluating nil.prefetch_primary_key
...do |t| t.string :name # Name t.string :descr # Description t.timestamps end end def self.down drop_table :projects end end class CreateWaySearchRuns < ActiveRecord::Migration def self.up create_table :way_search_runs do |t| t.string :name # Name t.string :descr # Description t.integer :sort_number # for sorting - for a project in 10-steps t.references :project # Link to an ''Project...