mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 13:38:12 -08:00
5 lines
92 B
Ruby
5 lines
92 B
Ruby
module Dashboard
|
|
class Engine < ::Rails::Engine
|
|
isolate_namespace Dashboard
|
|
end
|
|
end
|