class HasSiblings::ReflectionNotFoundError
Public Class Methods
new(association_name, owner_class_name)
click to toggle source
Calls superclass method
# File lib/has_siblings/errors.rb, line 3 def initialize(association_name, owner_class_name) super("Could not find the association #{association_name} in model #{owner_class_name}") end