Method: Cms::HomeController#index
- Defined in:
- app/controllers/cms/home_controller.rb
#index ⇒ Object
Only occurs if somebody goes to /cms, they get redirected to / However, based on whether they are an admin or not, it will determine where they get sent.
6 7 8 |
# File 'app/controllers/cms/home_controller.rb', line 6 def index redirect_to '/' end |