Sha256: 328f874255851a003dc7be4e97d091f17d5addaf2f43717200ec3f6a4294356d

Contents?: true

Size: 190 Bytes

Versions: 5

Compression:

Stored size: 190 Bytes

Contents

# frozen_string_literal: true

class User::DashboardController < User::ApplicationController
  add_breadcrumb I18n.t('view.dock.dashboard'), :user_dashboard_index_path

  def index; end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cybele-2.3.2 templates/app_files/app/controllers/user/dashboard_controller.rb
cybele-2.3.1 templates/app_files/app/controllers/user/dashboard_controller.rb
cybele-2.2.0 templates/app_files/app/controllers/user/dashboard_controller.rb
cybele-2.1.0 templates/app_files/app/controllers/user/dashboard_controller.rb
cybele-2.0.0 templates/app_files/app/controllers/user/dashboard_controller.rb