Remove unused proteced keyword

parent 429ab088
......@@ -6,6 +6,4 @@ class Admin::EmailsController < Admin::ApplicationController
AdminEmailsWorker.perform_async(params[:recipients], params[:subject], params[:body])
redirect_to admin_email_path, notice: 'Email send'
end
protected
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment