5 lines
84 B
Ruby
5 lines
84 B
Ruby
|
module Manager
|
||
|
class ExpertsController < Manager::ApplicationController
|
||
|
end
|
||
|
end
|