class Chewy::InvalidJoinFieldType
Public Class Methods
new(join_field_type, join_field_name, relations)
click to toggle source
Calls superclass method
# File lib/chewy/errors.rb, line 35 def initialize(join_field_type, join_field_name, relations) super("`#{join_field_type}` set for the join field `#{join_field_name}` is not on the :relations list (#{relations})") end