Sha256: a66e1fd1b5ff20a3caa7ec504d8152bc7ac0fcb092eedf3c3da8156c272388ff
Contents?: true
Size: 228 Bytes
Versions: 9
Compression:
Stored size: 228 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 FlashMessages end
Version data entries
9 entries across 9 versions & 1 rubygems