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