Class: Shoppy::CustomerAddress
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Shoppy::CustomerAddress
- Defined in:
- app/models/shoppy/customer_address.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#customer ⇒ Object
Relationships.
-
#name ⇒ Object
Validators.
Instance Method Details
#customer ⇒ Object
Relationships
4 |
# File 'app/models/shoppy/customer_address.rb', line 4 belongs_to :customer |
#name ⇒ Object
Validators
10 |
# File 'app/models/shoppy/customer_address.rb', line 10 validates :name, presence: true |