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