diff options
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/notes_controller.rb | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/app/controllers/notes_controller.rb b/app/controllers/notes_controller.rb new file mode 100644 index 0000000..71be366 --- /dev/null +++ b/app/controllers/notes_controller.rb @@ -0,0 +1,4 @@ +class NotesController < ApplicationController +  def index +  end +end | 
