Sha256: b15fa6fd3357dbeb0ea246abc13c03158b3e6c77f1b8f26f54daae4c81d255ae
Contents?: true
Size: 229 Bytes
Versions: 20
Compression:
Stored size: 229 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 include SessionsHelper end
Version data entries
20 entries across 20 versions & 2 rubygems