Method: IWonder::ReportsController#new

Defined in:
app/controllers/i_wonder/reports_controller.rb

#newObject



32
33
34
# File 'app/controllers/i_wonder/reports_controller.rb', line 32

def new
  @report = Report.new(params[:report])
end