Project

General

Profile

Download (273 Bytes) Statistics
| Branch: | Tag: | Revision:
class AboutController < ApplicationController
skip_before_filter :authorize, :only => :index

def index
@proxies = SmartProxy.my_proxies.includes(:features)
@compute_resources = ComputeResource.my_compute_resources
@plugins = Foreman::Plugin.all
end

end
(1-1/45)