adding the user controller for futzing with login bits
This commit is contained in:
14
cookbook/015/hodgepodge/app/controllers/user_controller.rb
Normal file
14
cookbook/015/hodgepodge/app/controllers/user_controller.rb
Normal file
@@ -0,0 +1,14 @@
|
||||
class UserController < ApplicationController
|
||||
def login
|
||||
end
|
||||
|
||||
def process_login
|
||||
end
|
||||
|
||||
def logout
|
||||
end
|
||||
|
||||
def my_account
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user