Sha256: de9a02b8cc09f4329d5249c1d1bb8ded4362fe524963b69fc8d2fdef7a03c67c
Contents?: true
Size: 238 Bytes
Versions: 7
Compression:
Stored size: 238 Bytes
Contents
module PresentationUserPatch def self.included(base) # :nodoc: base.class_eval do unloadable # Send unloadable so it will not be unloaded in development has_many :presentations, :dependent => :destroy end end end
Version data entries
7 entries across 7 versions & 1 rubygems