Sha256: a6b3aee759da6c3dd3b6296c88f27a0b47a3a56e9eeeeab28c9dda26abe5fd57

Contents?: true

Size: 162 Bytes

Versions: 2

Compression:

Stored size: 162 Bytes

Contents

# frozen_string_literal: true

module MrCommon
  class DashboardController < BaseController
    # The root of the admin dashboard
    def index
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mr_common-2.1.0 app/controllers/mr_common/dashboard_controller.rb
mr_common-2.0.0 app/controllers/mr_common/dashboard_controller.rb