dashboard_controller.rb 209 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 class DashboardController < ApplicationController def index @lxd_host = LxdHost.find(1) @cert = Certificate.find(1) @lxd = Lxd::Server.by_host @lxd_host, @cert end end # vim: set et ts=2 sw=2: