Module: Top4R::ModelMixin
- Included in:
- Area, Delivery, Item, ItemCat, ItemImg, Location, LogisticCompany, Order, PromotionDetail, PropImg, SellerCat, Shipping, Shop, ShopScore, Sku, Suite, TaobaokeItem, TaobaokeItemDetail, TaobaokeShop, Trade, TradeConfirmFee, User, UserCredit, UserSubscribe, Video
- Defined in:
- lib/top4r/model.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
101 102 103 104 105 |
# File 'lib/top4r/model.rb', line 101 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, Top4R::ClassUtilMixin receiver.send :include, InstanceMethods end |