[Rails] Re: ActiveRecord::AssociationTypeMismatch
ActiveRecord::AssociationTypeMismatch in ClistingsController#create
Category(#-612181558) expected, got String(#-608036348)
Rails.root: /home/gbolahan/sites/spotvilla
Application Trace | Framework Trace | Full Trace
app/controllers/clistings_controller.rb:45:in `new'
app/controllers/clistings_controller.rb:45:in `create'
I got the following error while trying to create a new set of listings.
i hve arelationship between the category and clisting model.
class Category < ActiveRecord::Base
belongs_to :clisting
end.
class Clisting < ActiveRecord::Base
has_one :category
end
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home