Class: Front::PagesController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Front::PagesController
- Defined in:
- app/controllers/integrator/front/pages_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
6 7 8 |
# File 'app/controllers/integrator/front/pages_controller.rb', line 6 def show redirect_to login_path unless defined? Integrator::Page # cap end |