Module: Praxis::Extensions::FieldExpansion

Extended by:
ActiveSupport::Concern
Included in:
MapperSelectors, Rendering
Defined in:
lib/praxis/extensions/field_expansion.rb

Defined Under Namespace

Modules: ActionDefinitionExtension

Instance Method Summary collapse

Instance Method Details

#expanded_fieldsObject



11
12
13
# File 'lib/praxis/extensions/field_expansion.rb', line 11

def expanded_fields
  @expansion ||= request.action.expanded_fields(self.request, self.media_type)
end