Module: Metova::Responders::NestedAssociationResponder
- Included in:
- Metova::Responder
- Defined in:
- lib/metova/responders/nested_association_responder.rb
Instance Method Summary collapse
Instance Method Details
#initialize ⇒ Object
5 6 7 8 9 10 |
# File 'lib/metova/responders/nested_association_responder.rb', line 5 def initialize(*) super if @controller.params[:include] [:include] = @controller.params[:include] end end |