Sha256: 6a52ab9c4298f1b1e83f201fbcc5d154c3517cd439c11cca6066cfe1155307bf
Contents?: true
Size: 246 Bytes
Versions: 3
Compression:
Stored size: 246 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 breadcrumb(name: "home") { root_path } end
Version data entries
3 entries across 3 versions & 1 rubygems