Sha256: cc47913da9b349d83e9f7b744aa55eefccaf160277d75c061998d22a6fc94450
Contents?: true
Size: 221 Bytes
Versions: 9
Compression:
Stored size: 221 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 def home; end end
Version data entries
9 entries across 9 versions & 1 rubygems