Sha256: b0255cfdbe4d1547944b55aa4230007b83c12432d435f2434e46a56232d04eb6

Contents?: true

Size: 248 Bytes

Versions: 1

Compression:

Stored size: 248 Bytes

Contents

class ApplicationController < ActionController::Base
  # Prevent CSRF attacks by raising an exception.
  # For APIs, you may want to use :null_session instead.
  protect_from_forgery with: :exception

  before_action :set_paper_trail_whodunnit
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tang-0.0.1 spec/tang_app/app/controllers/application_controller.rb