Class: Staticker::PagesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Staticker::PagesController
- Defined in:
- app/controllers/staticker/pages_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
3 4 5 |
# File 'app/controllers/staticker/pages_controller.rb', line 3 def show self.action_name = params[:id].downcase.underscore end |