* First draft - all the big changes * Changing some more references to 'internal' * Relocate internal request tests to admin * Relocate internal system tests to admin * Fix trailing space * Test fix * Move queries from internal to admin * Docs updates * Rename internal stimuls controllers to admin (plus docs) * Rename admin layout * Fix routing after rebase * Fixes for latest added admin interfaces * Serviceworker ignore paths
5 lines
98 B
Ruby
5 lines
98 B
Ruby
module Admin
|
|
class GrowthController < Admin::ApplicationController
|
|
layout "admin"
|
|
end
|
|
end
|