Class: Socializer::PagesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Socializer::PagesController
- Defined in:
- app/controllers/socializer/pages_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 4 5 |
# File 'app/controllers/socializer/pages_controller.rb', line 3 def index redirect_to stream_path if signed_in? end |