Displaying 1 result from an estimated 1 matches for "exists_nested_targeting_group".
2013 Feb 27
0
Exended modules and reject_if in nested_attributes
...ect_if method saved
in the module ''active_record_additions''
The problem is that the class methods in ''active_record_additions'' works
when I use them as ordinary class methods, but not as a a method in
reject_if.
I got the message NameError (undefined method
`exists_nested_targeting_group?'' for class `Activity''):
Maybe that method cannot be a class method ?
Or can accept_nested use methods in an extend module ?
Or anyone thats can give a hint abot whay it does not work ?
Some code snippets
The class definition
# encoding: utf-8
require ''active_record_ad...