Sha256: 51c5f606eb5f4ac26168dc5f9d3380e0ff3ea1be5b8382716d34da10ce8aa876

Contents?: true

Size: 225 Bytes

Versions: 2

Compression:

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

  snake_eyes_params
end

Version data entries

2 entries across 2 versions & 1 rubygems

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