Module: SpreeAvataxOfficial::Spree::UserDecorator
- Defined in:
- app/models/spree_avatax_official/spree/user_decorator.rb
Class Method Summary collapse
Class Method Details
.prepended(base) ⇒ Object
4 5 6 |
# File 'app/models/spree_avatax_official/spree/user_decorator.rb', line 4 def self.prepended(base) base.belongs_to :avatax_entity_use_code, class_name: 'SpreeAvataxOfficial::EntityUseCode' end |