Module: Stall::Models::Cart

Extended by:
ActiveSupport::Concern
Included in:
Cart
Defined in:
app/models/stall/models/cart.rb

Instance Method Summary collapse

Instance Method Details

#active?Boolean

Returns:

  • (Boolean)


15
16
17
# File 'app/models/stall/models/cart.rb', line 15

def active?
  !paid?
end