Sha256: 66d1661511c4c48a67b68b5000c0330efb561baac864e3fdaa228cf26f2e0c26
Contents?: true
Size: 639 Bytes
Versions: 12
Compression:
Stored size: 639 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_action "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
12 entries across 12 versions & 2 rubygems