aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/notes_controller.rb
blob: 71be3663225996ce058cf13cfa2b6215f910ed47 (plain)
1
2
3
4
class NotesController < ApplicationController
  def index
  end
end