Displaying 1 result from an estimated 1 matches for "endth".
Did you mean:
endt
2005 Dec 20
1
Model method_missing error (rforum)
...ntroller/base.rb:853:in
`send''
c:/apps/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/base.rb:853:in
`perform_action_without_filters''The code in topic_controller def new ...
else @post = Post.new breakpoint--> @post.author = @user
end endThe author method isn''t found in the model post.rbYet it is there.
So I go into breakpoint and examine the methods on Post and the @post
instance, and find the only ones defined are the ones done with the Rails
meta magic,like has_many, belongs_to?I examine the @forums instance and it
has...