Sha256: 52529503514629311ed112b8c8dd9b3f45e898955ee7891f0e92dc03166e8e2b
Contents?: true
Size: 246 Bytes
Versions: 1
Compression:
Stored size: 246 Bytes
Contents
# frozen_string_literal: true require "active_record" ActiveSupport.on_load(:active_record) do require "dependent-auto-rails/activerecord/associations/builder/association" end module DependentAutoRails class Error < StandardError; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dependent-auto-rails-0.1.4 | lib/dependent-auto-rails/dependent_auto_rails.rb |