Files
gluster-web-interface/app/controllers/plainpage_controller.rb
Israel Ogbole 12c84dee8e first commit
2016-04-25 01:47:31 +01:00

5 lines
72 B
Ruby

class PlainpageController < ApplicationController
def index
end
end