Sha256: 90ffce17716feaa299f242efda43dbea396eed5239f3be0a3b042711c6559106

Contents?: true

Size: 229 Bytes

Versions: 4

Compression:

Stored size: 229 Bytes

Contents

require_dependency "easy_reports/application_controller"

module EasyReports
  class DashboardController < ApplicationController

    def show
      load_dashboard
    end

    private

    def load_dashboard

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
easy_reports-0.0.27 app/controllers/easy_reports/dashboard_controller.rb
easy_reports-0.0.26 app/controllers/easy_reports/dashboard_controller.rb
easy_reports-0.0.25 app/controllers/easy_reports/dashboard_controller.rb
easy_reports-0.0.24 app/controllers/easy_reports/dashboard_controller.rb