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

Changeset 5702

Show
Ignore:
Timestamp:
12/07/06 15:42:01 (2 years ago)
Author:
rick
Message:

fix docs for singleton resources

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/lib/action_controller/resources.rb

    r5701 r5702  
    277277    #  
    278278    #   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 
    283283    def resource(*entities, &block) 
    284284      options = entities.last.is_a?(Hash) ? entities.pop : { }