orbit-basic/vendor/plugins/NewBlog/lib/NewBlog/engine.rb

7 lines
140 B
Ruby

module NewBlog
class Engine < Rails::Engine
isolate_namespace NewBlog
PrototypeR4::Application::Orbit_Apps << "NewBlog"
end
end