Sha256: 1b05fc48f71598772e8a4a24bfb77cdf432011fd890574054a5530d92f257e67

Contents?: true

Size: 188 Bytes

Versions: 13

Compression:

Stored size: 188 Bytes

Contents

# monkey patches

module ::ActiveRecord
  class Base
    def self.method_missing(name, *args)
      # ignore this, so unknown/unloaded macros won't cause parsing to fail
    end
  end
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
annotate-2.7.0 lib/annotate/active_record_patch.rb
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/annotate-2.6.10/lib/annotate/active_record_patch.rb
annotate-2.6.10 lib/annotate/active_record_patch.rb
annotate-2.6.9 lib/annotate/active_record_patch.rb
annotate-2.6.8 lib/annotate/active_record_patch.rb
annotate-2.6.7 lib/annotate/active_record_patch.rb
annotate-2.6.6 lib/annotate/active_record_patch.rb
annotate-2.6.5 lib/annotate/active_record_patch.rb
annotate-2.6.3 lib/annotate/active_record_patch.rb
annotate-2.6.2 lib/annotate/active_record_patch.rb
annotate-2.6.1 lib/annotate/active_record_patch.rb
annotate-2.6.0 lib/annotate/active_record_patch.rb
annotate-2.6.0.beta2 lib/annotate/active_record_patch.rb