saucy/app/controllers/application_controller.rb

5 lines
132 B
Ruby
Raw Normal View History

class ApplicationController < ActionController::Base
2022-06-25 22:45:47 +00:00
include Clearance::Controller
2022-06-26 11:57:00 +00:00
before_action :set_paper_trail_whodunnit
end