Module: Trax::Controller::Resource::ResponseMeta
- Extended by:
- ActiveSupport::Concern
- Included in:
- Base
- Defined in:
- lib/trax/controller/resource/response_meta.rb
Instance Method Summary collapse
Instance Method Details
#resource_response_meta ⇒ Object
11 12 13 14 15 |
# File 'lib/trax/controller/resource/response_meta.rb', line 11 def ||= { :json_root => resource_root } end |