Sha256: 3993f07f556b5b13ab08bd3df3164fece1331ed56a688acf5a1a1e076253c75a
Contents?: true
Size: 240 Bytes
Versions: 12
Compression:
Stored size: 240 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 peek_enabled? true end end
Version data entries
12 entries across 12 versions & 1 rubygems