Sha256: 4e7e0a4baed132f779e6e839af4f3dc751c2bae9fd75f09c26ed8c4fc89e17d2

Contents?: true

Size: 137 Bytes

Versions: 21

Compression:

Stored size: 137 Bytes

Contents

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

Version data entries

21 entries across 21 versions & 3 rubygems

Version Path
shoppe-1.1.2 app/controllers/shoppe/dashboard_controller.rb
shoppe-1.1.1 app/controllers/shoppe/dashboard_controller.rb
shoppe-1.1.0 app/controllers/shoppe/dashboard_controller.rb
shoppe-1.0.9 app/controllers/shoppe/dashboard_controller.rb
shoppe-1.0.8 app/controllers/shoppe/dashboard_controller.rb
kylekthompson-shoppe-1.0.7 app/controllers/shoppe/dashboard_controller.rb
shoppe-1.0.7 app/controllers/shoppe/dashboard_controller.rb
shoppe-1.0.6 app/controllers/shoppe/dashboard_controller.rb
shoppe-paypal-1.1.0 vendor/bundle/ruby/2.1.0/gems/shoppe-1.0.5/app/controllers/shoppe/dashboard_controller.rb
shoppe-1.0.5 app/controllers/shoppe/dashboard_controller.rb
shoppe-1.0.3 app/controllers/shoppe/dashboard_controller.rb
shoppe-1.0.2 app/controllers/shoppe/dashboard_controller.rb
shoppe-1.0.1 app/controllers/shoppe/dashboard_controller.rb
shoppe-1.0.0 app/controllers/shoppe/dashboard_controller.rb
shoppe-0.0.21 app/controllers/shoppe/dashboard_controller.rb
shoppe-0.0.20 app/controllers/shoppe/dashboard_controller.rb
shoppe-0.0.19 app/controllers/shoppe/dashboard_controller.rb
shoppe-0.0.18 app/controllers/shoppe/dashboard_controller.rb
shoppe-0.0.17 app/controllers/shoppe/dashboard_controller.rb
shoppe-0.0.16 app/controllers/shoppe/dashboard_controller.rb