Sha256: 75d01a2999b14f1b28dce7b6b4d2aea500708de83d026ee0b595e1bb3d0b6e10

Contents?: true

Size: 256 Bytes

Versions: 1

Compression:

Stored size: 256 Bytes

Contents

# frozen_string_literal: true

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

  snake_eyes_params
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
snake-eyes-2.0.0 spec/dummy/app/controllers/application_controller.rb