Sha256: 6e9e9007bb05d912da34ce01015b03ebaa5d2859e6bd87eda4b1d9621d02db27
Contents?: true
Size: 152 Bytes
Versions: 2
Compression:
Stored size: 152 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery with: :exception before_action { Acu::Monitor.by user: current_user } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails-acu-1.3.0 | spec/dummy/app/controllers/application_controller.rb |
rails-acu-1.2.1 | spec/dummy/app/controllers/application_controller.rb |