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