Sha256: d31e2118cdb927e64789bd4a547e1a4534004dbc9202e59ac77362103d342166
Contents?: true
Size: 229 Bytes
Versions: 16
Compression:
Stored size: 229 Bytes
Contents
# Controller superclass. 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
Version data entries
16 entries across 16 versions & 1 rubygems