8000 Merge pull request #3845 from sumcumo/fix_documentation_active_admin_… · activeadmin/activeadmin@7476978 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7476978

Browse files
committed
Merge pull request #3845 from sumcumo/fix_documentation_active_admin_page
fix typo in description
2 parents 60914c8 + a0d1468 commit 7476978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/active_admin/page.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module ActiveAdmin
22
# Page is the primary data storage for page configuration in Active Admin
33
#
4-
# When you register a page (ActiveAdmin.page "Status") you are actually creating
4+
# When you register a page (ActiveAdmin.register_page "Status") you are actually creating
55
# a new Page instance within the given Namespace.
66
#
77
# The instance of the current page is available in PageController and views

0 commit comments

Comments
 (0)
0