mirror of
https://github.com/github/rails.git
synced 2026-01-31 09:18:17 -05:00
Docfix (closes #8715)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7097 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -155,7 +155,7 @@ module Rails
|
||||
|
||||
# Requires all frameworks specified by the Configuration#frameworks
|
||||
# list. By default, all frameworks (ActiveRecord, ActiveSupport,
|
||||
# ActionPack, ActionMailer, and ActionWebService) are loaded.
|
||||
# ActionPack, ActionMailer, and ActiveResource) are loaded.
|
||||
def require_frameworks
|
||||
configuration.frameworks.each { |framework| require(framework.to_s) }
|
||||
end
|
||||
@@ -388,7 +388,7 @@ module Rails
|
||||
# The list of rails framework components that should be loaded. (Defaults
|
||||
# to <tt>:active_record</tt>, <tt>:action_controller</tt>,
|
||||
# <tt>:action_view</tt>, <tt>:action_mailer</tt>, and
|
||||
# <tt>:action_web_service</tt>).
|
||||
# <tt>:active_resource</tt>).
|
||||
attr_accessor :frameworks
|
||||
|
||||
# An array of additional paths to prepend to the load path. By default,
|
||||
|
||||
Reference in New Issue
Block a user