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_fields ⇒ Object
11 12 13 |
# File 'lib/praxis/extensions/field_expansion.rb', line 11 def @expansion ||= request.action.(self.request, self.media_type) end |