Sha256: acacc91d4ac10f7da2ad20f8177528e7682de28d34299006d6b992cc0061d438

Contents?: true

Size: 576 Bytes

Versions: 12

Compression:

Stored size: 576 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::SettingsController < Admin::ApplicationController
  before_action "set_current_tab('admin/settings')", only: [:index]

  # GET /admin/settings
  # GET /admin/settings.xml
  #----------------------------------------------------------------------------
  def index
  end
end

Version data entries

12 entries across 12 versions & 2 rubygems

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