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

Version Path
fat_free_crm-0.13.6 app/controllers/admin/plugins_controller.rb
fat_free_crm-0.13.5 app/controllers/admin/plugins_controller.rb
fat_free_crm-0.13.4 app/controllers/admin/plugins_controller.rb
fat_free_crm-0.13.3 app/controllers/admin/plugins_controller.rb
fat_free_crm-0.13.2 app/controllers/admin/plugins_controller.rb
fat_free_crm-0.12.3 app/controllers/admin/plugins_controller.rb
fat_free_crm-0.12.2 app/controllers/admin/plugins_controller.rb
fat_free_crm-0.13.1 app/controllers/admin/plugins_controller.rb
fat_free_crm-0.12.1 app/controllers/admin/plugins_controller.rb
fat_free_crm-0.13.0 app/controllers/admin/plugins_controller.rb
fat_free_crm-0.12.0 app/controllers/admin/plugins_controller.rb