Class: Roaster::JsonApi::Mapping

Inherits:
Decorator
  • Object
show all
Includes:
Representable::Hash
Defined in:
lib/roaster/json_api.rb

Instance Method Summary collapse

Methods inherited from Decorator

can_filter_by, can_include, can_sort_by, filterable_attributes, includeable_attributes, #resource_name, resource_name, sortable_attributes

Instance Method Details

#to_hash(options = {}) ⇒ Object



8
9
10
# File 'lib/roaster/json_api.rb', line 8

def to_hash(options={})
  super options
end