hzamani / acts_as_relation

Multi table Inheritance for rails
http://hzamani.github.com/acts_as_relation/
MIT License
180 stars 58 forks source link

Infinite loop unexistant method/`respond_to?` on `.specific` #82

Closed vendethiel closed 10 years ago

vendethiel commented 10 years ago

example:

class A < ActiveRecord::Base
  acts_as_relation

  def loop
    self.specific.non_existant_method
  end
end

It just queries the specific table in a loop.

hzamani commented 10 years ago

this gem is deprecated