Sha256: f3823b680119b245ac1777e1242abb5241c6f70cee20493bf584e5c97421d46b
Contents?: true
Size: 249 Bytes
Versions: 13
Compression:
Stored size: 249 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 add_flash_types :success, :warning, :info end
Version data entries
13 entries across 10 versions & 2 rubygems