Class: Ishapi::ReportsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Ishapi::ReportsController
- Defined in:
- app/controllers/ishapi/reports_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 |
# File 'app/controllers/ishapi/reports_controller.rb', line 5 def show @report = Report.find_by :name_seo => params[:name_seo] end |