8000 fix typo in docs for #2363 · activeadmin/activeadmin@3cbaaaa · GitHub
[go: up one dir, main page]

Skip to content

Commit 3cbaaaa

Browse files
committed
fix typo in docs for #2363
1 parent a7dd4c0 commit 3cbaaaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/13-authorization-adapter.md

Lines changed: 1 addition & 1 deletion
def authorized?(action, subject = nil)
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ how to set up and tie your authorization adapter class to Active Admin:
1515

1616
1717
case subject
18-
when normalize(Post)
18+
when normalized(Post)
1919

2020
# Only let the author update and delete posts
2121
if action == :update || action == :destroy

0 commit comments

Comments
 (0)
0