Class: Spree::ZoneMember
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Spree::ZoneMember
- Defined in:
- app/models/spree/zone_member.rb
Instance Method Summary collapse
Instance Method Details
#name ⇒ Object
6 7 8 9 |
# File 'app/models/spree/zone_member.rb', line 6 def name return nil if zoneable.nil? zoneable.name end |