Sha256: 8937004965e44c12bf309f6465e4b9714a056f911c562ce36a25bc5803f4459c
Contents?: true
Size: 301 Bytes
Versions: 1
Compression:
Stored size: 301 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery enju_leaf enju_biblio enju_library private def mobylette_options @mobylette_options ||= ApplicationController.send(:mobylette_options).merge( { :skip_xhr_requests => false } ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_leaf-1.1.0.rc2 | spec/dummy/app/controllers/application_controller.rb |