Sha256: fe1200a5706942e40a85eadc1c145b8b369730c378c34be717cbf86882ea5c2d
Contents?: true
Size: 279 Bytes
Versions: 7
Compression:
Stored size: 279 Bytes
Contents
module Tang class ApplicationController < ::ApplicationController protect_from_forgery with: :exception # Set the current user to track versions. before_action :set_paper_trail_whodunnit # Include all engine helpers. helper Tang::Engine.helpers end end
Version data entries
7 entries across 7 versions & 1 rubygems