Class: Ishapi::ReportsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/ishapi/reports_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
# File 'app/controllers/ishapi/reports_controller.rb', line 5

def show
  @report = Report.find_by :name_seo => params[:name_seo]
end