Sha256: a83ed3b9ab613e585ed9011ab18cbbbeebacd56ef5d134573cdc3a55f203ce5a
Contents?: true
Size: 285 Bytes
Versions: 23
Compression:
Stored size: 285 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 MagicLocaleHelper before_action :get_user_language end
Version data entries
23 entries across 23 versions & 1 rubygems