Class: AsUser::AboutsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/as_user/abouts_controller.rb

Instance Method Summary collapse

Methods included from SessionsHelper

#current_user, #current_user=, #current_user?, #redirect_back_or, #sign_in, #sign_out, #signed_in?, #store_location

Instance Method Details

#indexObject

GET /users GET /users.json



7
8
9
# File 'app/controllers/as_user/abouts_controller.rb', line 7

def index
  flash[:notice] = "Welcome"
end