rails-engine/notifications

View on GitHub
lib/notifications/engine.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Notifications
  class Engine < ::Rails::Engine
    isolate_namespace Notifications
  end
end