Skip to content

Commit be02515

Browse files
committed
Update README
1 parent 7afc16e commit be02515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ class Admin::Link < ApplicationLink
4040
root.join(:admin, super)
4141
end
4242

43-
# Deal with a model that doesn't map directly to
44-
# a resource within the `admin` namespace.
43+
# Deal with a model that doesn't map directly to a resource within the `admin` namespace. This example would end up with a URL like `/admin/invitation/1` if
44+
# called via `url(@project_invitation)`.
4545
def model_segments(model)
4646
case model
4747
when ProjectInvitation

0 commit comments

Comments
 (0)