Closed jaynetics closed 9 years ago
This fix allows the gem to work on associations that specify a class_name which does not match the association name. E.g.:
class Pizza has_many :toppings, class_name: :Ingredient, dependent: :delete_all end
Cool. Thanks. :shipit:
This fix allows the gem to work on associations that specify a class_name which does not match the association name. E.g.:
class Pizza has_many :toppings, class_name: :Ingredient, dependent: :delete_all end