Changeset 4906
- Timestamp:
- 09/02/06 19:45:03 (2 years ago)
- Files:
-
- trunk/actionpack/README (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/README
r4888 r4906 297 297 298 298 299 * Scaffolding for Acti onRecord model objects299 * Scaffolding for Active Record model objects 300 300 301 301 require 'account' # must be an Active Record class … … 307 307 templates: list, show, destroy, new, create, edit, update 308 308 309 {Learn more} link:classes/ActionController/Scaffolding/ClassMethods.html309 {Learn more}[link:classes/ActionController/Scaffolding/ClassMethods.html] 310 310 311 311 … … 441 441 Documentation can be found at 442 442 443 * http://ap .rubyonrails.com443 * http://api.rubyonrails.com 444 444 445 445