Sha256: d23ab60f211fe19ba6fd56b4aa836a28a1db5c357118a479dc6f5e49e09e5eab

Contents?: true

Size: 143 Bytes

Versions: 9

Compression:

Stored size: 143 Bytes

Contents

module KktShoppe
  class DashboardController < KktShoppe::ApplicationController
  
    def home
      redirect_to :orders
    end
  
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
kkt_shoppe-2.0.2 app/controllers/kkt_shoppe/dashboard_controller.rb
kkt_shoppe-2.0.1 app/controllers/kkt_shoppe/dashboard_controller.rb
kkt_shoppe-2.0.0 app/controllers/kkt_shoppe/dashboard_controller.rb
kkt_shoppe-1.3.0 app/controllers/kkt_shoppe/dashboard_controller.rb
kkt_shoppe-1.2.1 app/controllers/kkt_shoppe/dashboard_controller.rb
kkt_shoppe-1.2.0 app/controllers/kkt_shoppe/dashboard_controller.rb
kkt_shoppe-1.1.2 app/controllers/kkt_shoppe/dashboard_controller.rb
kkt_shoppe-1.1.1 app/controllers/kkt_shoppe/dashboard_controller.rb
kkt_shoppe-1.1.0 app/controllers/kkt_shoppe/dashboard_controller.rb