Sha256: 19faa29abbd0eddca24e29e68862af140640b7bfea82c00ffd8399d2e682e230
Contents?: true
Size: 237 Bytes
Versions: 9
Compression:
Stored size: 237 Bytes
Contents
module Exposition 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 end end
Version data entries
9 entries across 9 versions & 1 rubygems