Sha256: a5c9ea87a7243fce5c47da98b20a0b8b80106f339a95458273ddc955d0049043
Contents?: true
Size: 658 Bytes
Versions: 1
Compression:
Stored size: 658 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/module/attr_internal' require 'active_support/core_ext/module/delegation' module AbstractController extend ActiveSupport::Autoload autoload :Base autoload :Callbacks autoload :Collector autoload :Compatibility autoload :Helpers autoload :Layouts autoload :LocalizedCache autoload :Logger autoload :Rendering autoload :Translation end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
actionpack-3.0.0.beta | lib/abstract_controller.rb |