Sha256: d587660473f401a3d439afab2e30db8f497b05866d36135803d37a0a28610c59
Contents?: true
Size: 781 Bytes
Versions: 1
Compression:
Stored size: 781 Bytes
Contents
activesupport_path = File.expand_path('../../../activesupport/lib', __FILE__) $:.unshift(activesupport_path) if File.directory?(activesupport_path) && !$:.include?(activesupport_path) require 'active_support/ruby/shim' require 'active_support/dependencies/autoload' require 'active_support/core_ext/class/attribute' require 'active_support/core_ext/module/attr_internal' require 'active_support/core_ext/module/delegation' require 'active_support/core_ext/module/anonymous' require 'active_support/i18n' module AbstractController extend ActiveSupport::Autoload autoload :Base autoload :Callbacks autoload :Collector autoload :Helpers autoload :Layouts autoload :Logger autoload :Rendering autoload :Translation autoload :AssetPaths autoload :ViewPaths end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
actionpack-3.0.0.beta4 | lib/abstract_controller.rb |