Method: JSONAPI::Relationship#type

Defined in:
lib/jsonapi/relationship.rb

#typeObject



91
92
93
# File 'lib/jsonapi/relationship.rb', line 91

def type
  @type ||= resource_klass._type.to_sym
end