app/controllers/phcscriptcdnpro/script/urls_controller.rb in phcscriptcdnpro-72.2.0 vs app/controllers/phcscriptcdnpro/script/urls_controller.rb in phcscriptcdnpro-73.0.0
- old
+ new
@@ -2,12 +2,11 @@
module Phcscriptcdnpro
class Script::UrlsController < ApplicationController
# Include Core Helpers, Security & Action Filters
- include Phccorehelpers::ApplicationHelper
+ include Phccorehelpers::PhcpluginsproHelper
before_action :authenticate_user!
- before_action :phc_accounts_pro_admin_only
before_action :set_paper_trail_whodunnit
before_action :set_script_url, only: [:show, :edit, :update, :destroy]
# INDEX - Script Authors
def index