Project

General

Profile

Download (209 Bytes) Statistics
| Branch: | Tag: | Revision:
module Api
module V2
class PluginsController < BaseController

api :GET, '/plugins', 'List of installed plugins'
def index
@plugins = Foreman::Plugin.all
end

end
end
end
(29-29/44)