Sha256: 476a37efd2a15eb23fefaa2e3b32086e50a6e95ac713379d36bdb2f2b0df56a5
Contents?: true
Size: 223 Bytes
Versions: 11
Compression:
Stored size: 223 Bytes
Contents
# encoding: utf-8 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
11 entries across 11 versions & 1 rubygems