Sha256: d5537c509c4121f2b8ff76eca4070fb500cbb487beae214e7cb7b514e787261c
Contents?: true
Size: 222 Bytes
Versions: 10
Compression:
Stored size: 222 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
10 entries across 10 versions & 1 rubygems