amahi/platform

View on GitHub
plugins/020-shares/lib/shares/engine.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Shares
    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 Shares
    end
end