Sha256: c0c8e7bb99f8fcbb333cc5412c4177d31d3debb17a05f95c936d820732f83380

Contents?: true

Size: 133 Bytes

Versions: 4

Compression:

Stored size: 133 Bytes

Contents

module Tienda
  class DashboardController < Tienda::ApplicationController

    def home
      redirect_to :orders
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tienda-1.1.2 app/controllers/tienda/dashboard_controller.rb
tienda-1.1.1 app/controllers/tienda/dashboard_controller.rb
tienda-1.1.0 app/controllers/tienda/dashboard_controller.rb
tienda-1.0.0 app/controllers/tienda/dashboard_controller.rb