Sha256: 291a085a3d567faa623475ed1097b244256b5623852b906007023c485693b820

Contents?: true

Size: 197 Bytes

Versions: 2

Compression:

Stored size: 197 Bytes

Contents

class Sprangular::HomeController < Sprangular::BaseController
  respond_to :html
  layout 'sprangular/application'

  def index
    @user  = current_spree_user
    @order = current_order
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sprangular-0.1.0 app/controllers/sprangular/home_controller.rb
sprangular-0.0.1 app/controllers/sprangular/home_controller.rb