Module: JSONAPIonify::Api::Resource::Definitions::Contexts
- Defined in:
- lib/jsonapionify/api/resource/definitions/contexts.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.extended(klass) ⇒ Object
4 5 6 7 8 9 |
# File 'lib/jsonapionify/api/resource/definitions/contexts.rb', line 4 def self.extended(klass) klass.class_eval do extend JSONAPIonify::InheritedAttributes inherited_hash_attribute :context_definitions end end |