Changeset 5702
- Timestamp:
- 12/07/06 15:42:01 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/lib/action_controller/resources.rb
r5701 r5702 277 277 # 278 278 # Named Route Helpers 279 # account account_url (id), hash_for_account_url(id),280 # account_path (id), hash_for_account_path(id)281 # edit_account edit_account_url (id), hash_for_edit_account_url(id),282 # edit_account_path (id), hash_for_edit_account_path(id)279 # account account_url, hash_for_account_url, 280 # account_path, hash_for_account_path 281 # edit_account edit_account_url, hash_for_edit_account_url, 282 # edit_account_path, hash_for_edit_account_path 283 283 def resource(*entities, &block) 284 284 options = entities.last.is_a?(Hash) ? entities.pop : { }