10000 fix page generator · stephancom/activeadmin@28e8a8f · GitHub
[go: up one dir, main page]

Skip to content

Commit 28e8a8f

Browse files
committed
fix page generator
1 parent 71b94c9 commit 28e8a8f

File tree

1 file changed

+1
-1
lines changed
  • lib/generators/active_admin/page/templates

1 file changed

+1
-1
lines changed

lib/generators/active_admin/page/templates/page.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ActiveAdmin.register_page <%= class_name %> do
1+
ActiveAdmin.register_page "<%= class_name %>" do
22
content do
33
# your content
44
end

0 commit comments

Comments
 (0)
0