Sha256: 0e7e82f73f6928cde9daecae9fffa0e4b62aa09ac8eae2972e55530b266fda9f

Contents?: true

Size: 117 Bytes

Versions: 10

Compression:

Stored size: 117 Bytes

Contents

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
shoppe-0.0.14 app/controllers/shoppe/dashboard_controller.rb
shoppe-0.0.13 app/controllers/shoppe/dashboard_controller.rb
shoppe-0.0.12 app/controllers/shoppe/dashboard_controller.rb
shoppe-0.0.11 app/controllers/shoppe/dashboard_controller.rb
shoppe-0.0.10 app/controllers/shoppe/dashboard_controller.rb
shoppe-0.0.9 app/controllers/shoppe/dashboard_controller.rb
shoppe-0.0.8 app/controllers/shoppe/dashboard_controller.rb
shoppe-0.0.7 app/controllers/shoppe/dashboard_controller.rb
shoppe-0.0.6 app/controllers/shoppe/dashboard_controller.rb
shoppe-0.0.5 app/controllers/shoppe/dashboard_controller.rb