Thank you so much Andrew !!!


> Longshot, but I had this problem when I tried to put multiple relations
> on the same line, like
> 
> class Appln < ActiveRecord::Base
>   belongs_to :viewer, :form
> end
> 
> I had to change it to
> 
> class Appln < ActiveRecord::Base
>   belongs_to :viewer
>   belongs_to :form
> end
> 
> -Andrew



-- 
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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to