Skip to content

Commit

Permalink
Adapt for Redmine 4
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislav-yashin committed Dec 13, 2018
1 parent e389641 commit 36bd4b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.idea
/config/*.yml
Gemfile.lock
2 changes: 1 addition & 1 deletion app/controllers/sidekiq_sandbox_controller.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class SidekiqSandboxController < ApplicationController
unloadable
before_filter :require_admin
before_action :require_admin

def index
@stats = Sidekiq::Stats.new
Expand Down

0 comments on commit 36bd4b0

Please sign in to comment.