app/models/auth/work/communication.rb in wordjelly-auth-1.2.5 vs app/models/auth/work/communication.rb in wordjelly-auth-1.2.6
- old
+ new
@@ -1,6 +1,8 @@
class Auth::Work::Communication
- include Auth::Concerns::ChiefModelConcern
+ include Mongoid::Document
+ include Mongoid::Timestamps
+ include Auth::Concerns::ImageLoadConcern
###################################################################
##
##
## ACCESSORS FOR CYCLE AND PRODUCT IDS.
##