Method: IWonder::ReportsController#new
- Defined in:
- app/controllers/i_wonder/reports_controller.rb
#new ⇒ Object
32 33 34 |
# File 'app/controllers/i_wonder/reports_controller.rb', line 32 def new @report = Report.new(params[:report]) end |