hzamani/acts_as_relation

acts_as forwarding to superclass via method missing not handling NoMethodError thrown from the super class methods

Closed this issue · 0 comments

when a method which was called from the super class raises a NoMethodError when using acts_as and acts_as_superclass, then we get a error saying the super class method is not available, this is due to wrong handling in method_missing implemented [ in acts_as_relation-0.1.2/lib/active_record/acts_as_relation.rb line 74 to 78 ]