Skip to content

Commit 22b1dd2

Browse files
capitalize resource menu header
1 parent 319cbd3 commit 22b1dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plutonium/core/app_controller.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def policy_namespace(scope)
2222

2323
def build_sidebar_menu
2424
{
25-
resources: current_engine.resource_register.map { |resource|
25+
'Resources': current_engine.resource_register.map { |resource|
2626
[resource.model_name.human.pluralize, url_for(adapt_route_args(resource))]
2727
}.to_h
2828
}

0 commit comments

Comments
 (0)