Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 7097

Show
Ignore:
Timestamp:
06/23/07 17:23:52 (2 years ago)
Author:
david
Message:

Docfix (closes #8715)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/lib/initializer.rb

    r6839 r7097  
    156156    # Requires all frameworks specified by the Configuration#frameworks 
    157157    # list. By default, all frameworks (ActiveRecord, ActiveSupport, 
    158     # ActionPack, ActionMailer, and ActionWebService) are loaded. 
     158    # ActionPack, ActionMailer, and ActiveResource) are loaded. 
    159159    def require_frameworks 
    160160      configuration.frameworks.each { |framework| require(framework.to_s) } 
     
    389389    # to <tt>:active_record</tt>, <tt>:action_controller</tt>, 
    390390    # <tt>:action_view</tt>, <tt>:action_mailer</tt>, and 
    391     # <tt>:action_web_service</tt>). 
     391    # <tt>:active_resource</tt>). 
    392392    attr_accessor :frameworks 
    393393