Sha256: 0b0c4962938f88dadf3d713aa520b9775868f6208c5a49c148fee1b62b63fc44

Contents?: true

Size: 203 Bytes

Versions: 2

Compression:

Stored size: 203 Bytes

Contents

require_dependency "app_kit/application_controller"

module AppKit
  class DashboardController < ApplicationController
    def show
      @dashboard = AppKit.application.dashboard_view
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
app_kit-0.0.2 app/controllers/app_kit/dashboard_controller.rb
app_kit-0.0.1 app/controllers/app_kit/dashboard_controller.rb