Sha256: 0ce430f8193e7024f952314acee82ccd4a7b8215d910c59f24b873a31f5b9eb8

Contents?: true

Size: 266 Bytes

Versions: 1

Compression:

Stored size: 266 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

  include Rack::ActionLogger::ControllerConcerns::RequestLog
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rack-action_logger-0.1.0 example/rails4/app/controllers/application_controller.rb