amahi/platform

View on GitHub
plugins/010-users/lib/users/engine.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Users
    class Engine < ::Rails::Engine
        # NOTE: do not isolate the namespace unless you really really
        # want to adjust all your controllers views, etc., making Amahi's
        # platform hard to reach from here
        # isolate_namespace Users
    end
end