add new files
This commit is contained in:
10
app/controllers/home_controller.rb
Normal file
10
app/controllers/home_controller.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
class HomeController < ApplicationController
|
||||
skip_before_filter :verify_authenticity_token
|
||||
|
||||
def index
|
||||
redirect_to new_member_session_path
|
||||
end
|
||||
def dashboard
|
||||
@users=User.all
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user