Sha256: 8a076becd4a2a0f4d905a2b31914b4c12f38b9c8549c003bdc34309d080a6074
Contents?: true
Size: 230 Bytes
Versions: 8
Compression:
Stored size: 230 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 before_filter :valid_site! end
Version data entries
8 entries across 8 versions & 1 rubygems