Sha256: 0399fc43bfe3ae9e2c156878ba0b5f3d248af89dab045ce303b370e0567df403
Contents?: true
Size: 224 Bytes
Versions: 30
Compression:
Stored size: 224 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 layout 'default' end
Version data entries
30 entries across 30 versions & 1 rubygems