Class: Admin::SettingsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/admin/settings_controller.rb

Overview

Copyright © 2008-2013 Michael Dvorkin and contributors.

Fat Free CRM is freely distributable under the terms of MIT license. See MIT-LICENSE file or www.opensource.org/licenses/mit-license.php


Instance Method Summary collapse

Instance Method Details

#indexObject

GET /admin/settings GET /admin/settings.xml




14
15
# File 'app/controllers/admin/settings_controller.rb', line 14

def index
end

#setup_current_tabObject



17
18
19
# File 'app/controllers/admin/settings_controller.rb', line 17

def setup_current_tab
  set_current_tab('admin/settings')
end