Sha256: 718b032c36cda8e78c3b00da5636dd7b6f159eb37b80b65a4117b6f0ad8c0065
Contents?: true
Size: 645 Bytes
Versions: 11
Compression:
Stored size: 645 Bytes
Contents
# Copyright (c) 2008-2013 Michael Dvorkin and contributors. # # Fat Free CRM is freely distributable under the terms of MIT license. # See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php #------------------------------------------------------------------------------ class Admin::PluginsController < Admin::ApplicationController before_filter "set_current_tab('admin/plugins')", :only => [ :index ] # GET /admin/plugins # GET /admin/plugins.xml #---------------------------------------------------------------------------- def index @plugins = FatFreeCRM::Plugin.list respond_with(@plugins) end end
Version data entries
11 entries across 11 versions & 1 rubygems