Yeah, names are good, though I used this instead:

ActiveRecord::Base.pluralize_table_names = false
(in environment.rb)

-- Patrick


On Nov 6, 2006, at 2:52 pm, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote:

Patrick,

Just to make sure, you've named your "status" table "statuses"
correct? If not, your association in your Theatre should be:

class Theatre  < ActiveRecord::Base
..
  belongs_to :status, :class_name => "Status"
..
end

-Jordan

_______________________________________________
Sdruby mailing list
[email protected]
http://lists.sdruby.com/mailman/listinfo/sdruby

Reply via email to