Sha256: 6e64636954fbd3afe66d6a617b73491772c1516e73a5e5b3337e748a6fedd4c0
Contents?: true
Size: 245 Bytes
Versions: 11
Compression:
Stored size: 245 Bytes
Contents
class ApplicationController < ActionController::Base include ActsAsReferred::Controller # 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