Class: RakeAudit::Engine

Inherits:
Rails::Engine
  • Object
show all
Defined in:
lib/rake_audit/rails/engine.rb

Overview

Rails Engine for RakeAudit.

Mounting an isolated Engine namespaces the gem’s models, controllers, and routes under RakeAudit so they never collide with the host application. The Engine also makes the gem’s app/ directory part of the host app’s load paths, which is how TaskExecution becomes autoloadable.