stubbed in blank controllers/helpers/functional tests
This commit is contained in:
22
app/controllers/users_controller.rb
Normal file
22
app/controllers/users_controller.rb
Normal file
@@ -0,0 +1,22 @@
|
||||
class UsersController < ApplicationController
|
||||
def new
|
||||
end
|
||||
|
||||
def edit
|
||||
end
|
||||
|
||||
def index
|
||||
end
|
||||
|
||||
def show
|
||||
end
|
||||
|
||||
def create
|
||||
end
|
||||
|
||||
def update
|
||||
end
|
||||
|
||||
def destroy
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user