Class: Shoppe::DashboardController

Inherits:
ApplicationController show all
Defined in:
app/controllers/shoppe/dashboard_controller.rb

Instance Method Summary collapse

Instance Method Details

#homeObject



4
5
6
# File 'app/controllers/shoppe/dashboard_controller.rb', line 4

def home
  redirect_to :orders
end