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