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