5 lines
88 B
Ruby
5 lines
88 B
Ruby
|
module Manager
|
||
|
class SuperAdminsController < Manager::ApplicationController
|
||
|
end
|
||
|
end
|