add cancan for authorization
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class NewslettersController < ApplicationController
|
||||
skip_authorization_check
|
||||
|
||||
def show; end
|
||||
|
||||
def update
|
||||
|
||||
Reference in New Issue
Block a user