module Metova::Responders::NestedAssociationResponder

Public Class Methods

new(*) click to toggle source
Calls superclass method
# File lib/metova/responders/nested_association_responder.rb, line 5
def initialize(*)
  super
  if @controller.params[:include]
    @options[:include] = @controller.params[:include]
  end
end