Sha256: 27b0188709d8f443665e335df37c753e22d71f859338afa7f6e3aad742da5523
Contents?: true
Size: 280 Bytes
Versions: 15
Compression:
Stored size: 280 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery enju_leaf enju_biblio enju_library mobylette_config do |config| config[:skip_xhr_requests] = false config[:skip_user_agents] = Setting.enju.skip_mobile_agents.map{|a| a.to_sym} end end
Version data entries
15 entries across 15 versions & 1 rubygems