Method: ExportEmailController#load_objects

Defined in:
app/controllers/export_email_controller.rb

#load_objectsObject



13
14
15
16
# File 'app/controllers/export_email_controller.rb', line 13

def load_objects
  @svc_response = ServiceResponse.find(params[:id])
  @user_request = @svc_response.request if @svc_response
end