Sha256: 5c3d1d0cbb2bed77196f13e465a1cd1d9a00817809b8b10c1bb274df14aee4fb
Contents?: true
Size: 257 Bytes
Versions: 6
Compression:
Stored size: 257 Bytes
Contents
class ApplicationController < ActionController::Base include ExtFormSubmit include ExtIndexNav # 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
6 entries across 6 versions & 1 rubygems