Sha256: 7a5650d95636f121fccdd5ef63261fe8d2d188b2de8878a1f8898bbe0ef30925
Contents?: true
Size: 163 Bytes
Versions: 13
Compression:
Stored size: 163 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery with: :exception before_action { Acu::Monitor.gaurd by: { user: current_user } } end
Version data entries
13 entries across 13 versions & 1 rubygems