saucy/app/controllers/application_controller.rb

5 lines
132 B
Ruby

class ApplicationController < ActionController::Base
include Clearance::Controller
before_action :set_paper_trail_whodunnit
end