Sha256: 41cdd076083d9e1ed1cd0857f06c11a24bb2029d1106b40dfcda3d35051226c6
Contents?: true
Size: 444 Bytes
Versions: 16
Compression:
Stored size: 444 Bytes
Contents
# Extends the User model with hooks for the Event engine #------------------------------------------------------------------------------ module DmEvent module Concerns module UserProfile extend ActiveSupport::Concern included do has_many :registrations end #------------------------------------------------------------------------------ module ClassMethods end end end end
Version data entries
16 entries across 16 versions & 1 rubygems