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

6 lines
87 B
Ruby
Raw Normal View History

2016-08-20 06:58:04 +00:00
class VolumnController < ApplicationController
def info
@output = `ls`
end
end