Sha256: b538ecf045fa377d603cf6ffeb9dc08c64169f3264bc4349d583a5e3b6088bca
Contents?: true
Size: 219 Bytes
Versions: 19
Compression:
Stored size: 219 Bytes
Contents
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 def index end end
Version data entries
19 entries across 19 versions & 2 rubygems