Module: Stall::Models::BillingAddress

Included in:
BillingAddress
Defined in:
app/models/stall/models/billing_address.rb

Instance Method Summary collapse

Instance Method Details

#billing?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'app/models/stall/models/billing_address.rb', line 4

def billing?
  true
end