Displaying 1 result from an estimated 1 matches for "h_m_p".
Did you mean:
_m_p
2008 Mar 05
0
Overloaded has_many_polymorphs method is still being called
...#39;add_properties'': it creates some new
associations, but also does a couple of other things (such as update the
object''s ferret index, and return a boolean instead of the added
objects).
However, it looks as if has_many_polymorphs generates a method called
''add_#{your h_m_p class here), which does the same sort of thing.
That''s fair enough, but it''s being called instead of the version in my
module. Shouldn''t my own custom version of this method override the
h_m_p version? And can/should i go and strip the generated method out
of my local i...