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

Changeset 4906

Show
Ignore:
Timestamp:
09/02/06 19:45:03 (2 years ago)
Author:
david
Message:

Doc fixes (closes #6012)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/README

    r4888 r4906  
    297297 
    298298 
    299 * Scaffolding for Action Record model objects 
     299* Scaffolding for Active Record model objects 
    300300 
    301301    require 'account' # must be an Active Record class 
     
    307307    templates: list, show, destroy, new, create, edit, update 
    308308     
    309   {Learn more}link:classes/ActionController/Scaffolding/ClassMethods.html 
     309  {Learn more}[link:classes/ActionController/Scaffolding/ClassMethods.html] 
    310310 
    311311 
     
    441441Documentation can be found at  
    442442 
    443 * http://ap.rubyonrails.com 
     443* http://api.rubyonrails.com 
    444444 
    445445