Sha256: 22528bc7d72aac16f1aae12c296ac097987be40cee05ebfb1c4e8478a19735ff
Contents?: true
Size: 231 Bytes
Versions: 16
Compression:
Stored size: 231 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
16 entries across 16 versions & 8 rubygems