Skip to content

Commit

Permalink
Add missing module
Browse files Browse the repository at this point in the history
  • Loading branch information
amiedes committed Apr 30, 2020
1 parent 11aac19 commit 82f7c8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/superadmin/superadmin_controller.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
class Superadmin::SuperadminController < ActionController::Base
include Carto::ControllerHelper

before_filter :authenticate

rescue_from StandardError, with: :rescue_from_superadmin_error
Expand Down

0 comments on commit 82f7c8a

Please sign in to comment.