Displaying 2 results from an estimated 2 matches for "apradi".
Did you mean:
afradi
2009 Nov 12
3
Got NoMethodError on Model's find method.
Hi All,
I don''t know how this could happen. I got NoMethodError on running a simple
Model''s find method. At first i have the same error for running
find_all_by_country method where country is one of the model''s attributes.
So, running a find method also doesn''t help. I have no problem running the
methods on rails console. What should i check? Has anyone had a
2008 Jun 07
5
Can create record but can not update it => has_many through
Hi All,
I have a problem using has_many through association. I can create a product
without problem, but when i edit it, i got this NoMethodError:
undefined method `reciters='' for #<Product:0xb71a77e8>
Did i miss something to code? I provided the codes below. Please help
Thanks,
Dida
product_controller.rb
======================
def create
@product =