Class: Gemgento::OrdersController

Inherits:
ApplicationController show all
Defined in:
app/controllers/gemgento/orders_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



4
5
6
7
8
9
# File 'app/controllers/gemgento/orders_controller.rb', line 4

def show
  case current_quote.state
    when 'cart'
      render 'cart'
  end
end