5 lines
107 B
Ruby
5 lines
107 B
Ruby
module Internal
|
|
class GrowthController < Internal::ApplicationController
|
|
layout "internal"
|
|
end
|
|
end
|