Skip to content

Commit

Permalink
Set default dashboard history count to 100, respecting previous default
Browse files Browse the repository at this point in the history
Refs. #2982
  • Loading branch information
mshibuya committed Feb 18, 2018
1 parent 1ddcdb2 commit 9c47844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rails_admin/config/actions/dashboard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Dashboard < RailsAdmin::Config::Actions::Base
end

register_instance_option :auditing_versions_limit do
50
100
end

register_instance_option :controller do
Expand Down

0 comments on commit 9c47844

Please sign in to comment.