Module: Trax::Controller::Collection::ResponseMeta

Extended by:
ActiveSupport::Concern
Included in:
Base
Defined in:
lib/trax/controller/collection/response_meta.rb

Instance Method Summary collapse

Instance Method Details

#collection_response_metaObject



11
12
13
14
15
# File 'lib/trax/controller/collection/response_meta.rb', line 11

def collection_response_meta
  @collection_response_meta ||= {
    :json_root => collection_root
  }
end