debian-mirror-gitlab/lib/peek/views/host.rb

10 lines
146 B
Ruby
Raw Normal View History

2018-05-09 12:01:36 +05:30
module Peek
module Views
class Host < View
def results
{ hostname: Gitlab::Environment.hostname }
end
end
end
end