Class: Vx::Aptly::App

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/vx/aptly/app.rb

Instance Method Summary collapse

Instance Method Details

#/Object

Dashboard



56
57
58
59
60
# File 'lib/vx/aptly/app.rb', line 56

get '/' do
  @repos = Repo.all
  @pubs  = RepoPublish.all
  erb :'/index', layout: :layout
end