app/controllers/phcscriptcdnpro/script/urls_controller.rb in phcscriptcdnpro-72.0.0 vs app/controllers/phcscriptcdnpro/script/urls_controller.rb in phcscriptcdnpro-72.1.0

- old
+ new

@@ -1,10 +1,11 @@ require_dependency "phcscriptcdnpro/application_controller" module Phcscriptcdnpro class Script::UrlsController < ApplicationController - # Security, Layouts & Action Filters + # Include Core Helpers, Security & Action Filters + include Phccorehelpers::ApplicationHelper 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]