Method: GraphQL::Schema::Member::HasValidators::ClassConfigured#inherited
- Defined in:
- lib/graphql/schema/member/has_validators.rb
#inherited(child_cls) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
25 26 27 28 |
# File 'lib/graphql/schema/member/has_validators.rb', line 25 def inherited(child_cls) super child_cls.extend(ClassValidators) end |