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

Version Path
chili_presentations-0.2.2 lib/presentation_user_patch.rb
chili_presentations-0.2.1 lib/presentation_user_patch.rb
chili_presentations-0.2.0 lib/presentation_user_patch.rb
chili_presentations-0.1.3 lib/presentation_user_patch.rb
chili_presentations-0.1.2 lib/presentation_user_patch.rb
chili_presentations-0.1.1 lib/presentation_user_patch.rb
chili_presentations-0.1.0 lib/presentation_user_patch.rb