Skip to content

Commit

Permalink
Update actionpack/CHANGELOG.md
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
rafaelfranca committed Feb 6, 2013
1 parent 329c823 commit f14dcc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions actionpack/CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
`ArgumentError`. `ArgumentError`.


Example: Example:
# This raises an ArgumentError: # This raises an ArgumentError:
resources :posts, :controller => "Admin::Posts" resources :posts, :controller => "Admin::Posts"


# Use directory notation instead: # Use directory notation instead:
resources :posts, :controller => "admin/posts" resources :posts, :controller => "admin/posts"


*Yves Senn* *Yves Senn*


Expand Down

0 comments on commit f14dcc0

Please sign in to comment.