Module: InternalAffairs::Patching

Included in:
InternalAffairs
Defined in:
lib/internal_affairs/patching.rb

Instance Method Summary collapse

Instance Method Details

#patch_active_adminObject



3
4
5
6
7
# File 'lib/internal_affairs/patching.rb', line 3

def patch_active_admin
  ActiveAdmin::BaseController.class_eval do
    include InternalAffairs::AuditedPage
  end
end