clarion/app/controllers/public/home_controller.rb
2015-08-15 06:00:07 +03:00

7 lines
101 B
Ruby

module Public
class HomeController < Public::ApplicationController
def index
end
end
end