Class: AsUser::AboutsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- AsUser::AboutsController
- Defined in:
- app/controllers/as_user/abouts_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
GET /users GET /users.json.
Methods included from SessionsHelper
#current_user, #current_user=, #current_user?, #redirect_back_or, #sign_in, #sign_out, #signed_in?, #store_location
Instance Method Details
#index ⇒ Object
GET /users GET /users.json
7 8 9 |
# File 'app/controllers/as_user/abouts_controller.rb', line 7 def index flash[:notice] = "Welcome" end |