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

Version Path
fat_free_crm-0.14.2 app/controllers/admin/plugins_controller.rb
fat_free_crm-0.15.2 app/controllers/admin/plugins_controller.rb
fat_free_crm-0.14.1 app/controllers/admin/plugins_controller.rb
fat_free_crm-0.15.1 app/controllers/admin/plugins_controller.rb
fat_free_crm-0.16.1 app/controllers/admin/plugins_controller.rb
fat_free_crm-0.16.0 app/controllers/admin/plugins_controller.rb
fat_free_crm-0.15.0 app/controllers/admin/plugins_controller.rb
fat_free_crm-0.15.0.beta.2 app/controllers/admin/plugins_controller.rb
fat_free_crm-0.15.0.beta app/controllers/admin/plugins_controller.rb
fat_free_crm-0.14.0 app/controllers/admin/plugins_controller.rb
reduced_fat_crm-0.15.0.beta app/controllers/admin/plugins_controller.rb
reduced_fat_crm-0.14.0 app/controllers/admin/plugins_controller.rb