Skip to content

Commit

Permalink
Doc fixes (closes #6012)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4906 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Sep 2, 2006
1 parent 9a5338f commit c1c659a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions actionpack/README
Expand Up @@ -296,7 +296,7 @@ A short rundown of the major features:
{Learn more}[link:classes/ActionController/Rescue.html]


* Scaffolding for Action Record model objects
* Scaffolding for Active Record model objects

require 'account' # must be an Active Record class
class AccountController < ActionController::Base
Expand All @@ -306,7 +306,7 @@ A short rundown of the major features:
The AccountController now has the full CRUD range of actions and default
templates: list, show, destroy, new, create, edit, update

{Learn more}link:classes/ActionController/Scaffolding/ClassMethods.html
{Learn more}[link:classes/ActionController/Scaffolding/ClassMethods.html]


* Form building for Active Record model objects
Expand Down Expand Up @@ -440,7 +440,7 @@ The latest version of Action Pack can be found at

Documentation can be found at

* http://ap.rubyonrails.com
* http://api.rubyonrails.com


== Installation
Expand Down

0 comments on commit c1c659a

Please sign in to comment.