Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Describe appendFormat in changelog
  • Loading branch information
1602 committed Nov 2, 2012
1 parent b6a8f14 commit ad9c84d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -19,6 +19,12 @@ Example:

map.resource('account');

### Additional param to disable appending ".format?"

by Olivier Lalonde:

map.resource('users' , { path: ':username', appendFormat: false });

Will generate the following routes:

GET /account account#show
Expand Down

0 comments on commit ad9c84d

Please sign in to comment.