app/controllers/notee/notees_controller.rb in notee-0.3.3 vs app/controllers/notee/notees_controller.rb in notee-0.3.4
- old
+ new
@@ -2,9 +2,10 @@
module Notee
class NoteesController < ApplicationController
# callbacks
+ skip_before_action :restrict_access_json, only: [:index]
before_action :restrict_access, only: [:index]
def index
end