clarion/app/controllers/management/home_controller.rb
Andrew Radev c6750d3a1a Nest everything under /conferences/:id/ again
Would be more straightforward to work with, even if it's a bit more
verbose sometimes.
2015-07-19 11:46:47 +03:00

7 lines
96 B
Ruby

module Management
class HomeController < ManagementController
def index
end
end
end