Sha256: 783c515440333451487eb14f08520033ed9a24eb89a723bf423dd2dd9a266262

Contents?: true

Size: 177 Bytes

Versions: 11

Compression:

Stored size: 177 Bytes

Contents

# encoding: utf-8
module TestServer
  class DashboardController < ApplicationController
    add_breadcrumb I18n.t('views.root.link'), :root_path

    def show
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
test_server-0.5.2 app/controllers/test_server/dashboard_controller.rb
test_server-0.5.1 app/controllers/test_server/dashboard_controller.rb
test_server-0.5.0 app/controllers/test_server/dashboard_controller.rb
test_server-0.4.1 app/controllers/test_server/dashboard_controller.rb
test_server-0.4.0 app/controllers/test_server/dashboard_controller.rb
test_server-0.3.7 app/controllers/test_server/dashboard_controller.rb
test_server-0.3.6 app/controllers/test_server/dashboard_controller.rb
test_server-0.3.5 app/controllers/test_server/dashboard_controller.rb
test_server-0.3.4 app/controllers/test_server/dashboard_controller.rb
test_server-0.3.2 app/controllers/test_server/dashboard_controller.rb
test_server-0.3.1 app/controllers/test_server/dashboard_controller.rb