Sha256: 030455664b5108dfddbe398dc022782776f7948774d6177ec8ecf471ba838902
Contents?: true
Size: 324 Bytes
Versions: 31
Compression:
Stored size: 324 Bytes
Contents
require 'we_bridge/exceptions' 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 WeBridgeRailsEngineUsers::ApplicationController include WeBridge::Exceptions end
Version data entries
31 entries across 31 versions & 3 rubygems