gluster-web-interface/app/controllers/home_controller.rb

6 lines
95 B
Ruby
Raw Normal View History

2016-08-20 06:41:37 +00:00
class HomeController < ApplicationController
def index
puts "@@@@@@@@@@@@@@@@"
end
end