c6750d3a1a
Would be more straightforward to work with, even if it's a bit more verbose sometimes.
7 lines
96 B
Ruby
7 lines
96 B
Ruby
module Management
|
|
class HomeController < ManagementController
|
|
def index
|
|
end
|
|
end
|
|
end
|