Module: Metova::Responders::NestedAssociationResponder

Included in:
Metova::Responder
Defined in:
lib/metova/responders/nested_association_responder.rb

Instance Method Summary collapse

Instance Method Details

#initializeObject



5
6
7
8
9
10
# File 'lib/metova/responders/nested_association_responder.rb', line 5

def initialize(*)
  super
  if @controller.params[:include]
    @options[:include] = @controller.params[:include]
  end
end