diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-09-02 19:45:03 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-09-02 19:45:03 +0000 |
commit | c1c659a2de104f17768748d33dbea040cd955aa6 (patch) | |
tree | d65bf49ec992a4133eeeac0311325fd5cbfc95fa /actionpack | |
parent | 9a5338fe46947b42eb6aaa5c29089a4e821b1611 (diff) | |
download | rails-c1c659a2de104f17768748d33dbea040cd955aa6.tar.gz rails-c1c659a2de104f17768748d33dbea040cd955aa6.tar.bz2 rails-c1c659a2de104f17768748d33dbea040cd955aa6.zip |
Doc fixes (closes #6012)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4906 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack')
-rwxr-xr-x | actionpack/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/actionpack/README b/actionpack/README index f37507f35f..986d0c8404 100755 --- a/actionpack/README +++ b/actionpack/README @@ -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 @@ -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 @@ -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 |