Skip to content

Commit

Permalink
Merge pull request #2809 from bostonaholic/patch-1
Browse files Browse the repository at this point in the history
fix show_gravatar setting in template
  • Loading branch information
mshibuya committed Jan 28, 2017
2 parents 4a6284b + 48d6b07 commit 7f42543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/rails_admin/templates/initializer.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RailsAdmin.config do |config|

## == Gravatar integration ==
## To disable Gravatar integration in Navigation Bar set to false
# config.show_gravatar true
# config.show_gravatar = true

config.actions do
dashboard # mandatory
Expand Down

0 comments on commit 7f42543

Please sign in to comment.