Sha256: 0c21bd86c9a6e922f80d396e39d2c3ab94c6af8a3bfa20228f25d16ecb3fb9ee

Contents?: true

Size: 144 Bytes

Versions: 3

Compression:

Stored size: 144 Bytes

Contents

class System::SystemController < ApplicationController
  unloadable
  before_filter :require_user

  layout 'system'

  def dashboard
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
qcms-2.1.0 app/controllers/system/system_controller.rb
qcms-2.0.0 app/controllers/system/system_controller.rb
qcms-1.3.10 app/controllers/system/system_controller.rb