Sha256: c5e427c9009c5a9c440da79242938fc1fd161aefb811e7d06bde8ab3cb932f57

Contents?: true

Size: 190 Bytes

Versions: 20

Compression:

Stored size: 190 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

20 entries across 20 versions & 3 rubygems

Version Path
annotated-0.1.1 lib/annotated/active_record_patch.rb
annotated-0.1.0 lib/annotated/active_record_patch.rb
annotated-0.0.3 lib/annotated/active_record_patch.rb
annotated-0.0.2 lib/annotated/active_record_patch.rb
annotated-0.0.1 lib/annotated/active_record_patch.rb
annotaterb-4.1.1 lib/annotate_rb/active_record_patch.rb
annotaterb-4.1.0 lib/annotate_rb/active_record_patch.rb
annotaterb-4.0.0 lib/annotate_rb/active_record_patch.rb
annotaterb-4.0.0.beta.1 lib/annotate_rb/active_record_patch.rb
annotate-3.2.0 lib/annotate/active_record_patch.rb
annotate-3.1.1 lib/annotate/active_record_patch.rb
annotate-3.1.0 lib/annotate/active_record_patch.rb
annotate-3.0.3 lib/annotate/active_record_patch.rb
annotate-3.0.2 lib/annotate/active_record_patch.rb
annotate-3.0.0 lib/annotate/active_record_patch.rb
annotate-2.7.5 lib/annotate/active_record_patch.rb
annotate-2.7.4 lib/annotate/active_record_patch.rb
annotate-2.7.3 lib/annotate/active_record_patch.rb
annotate-2.7.2 lib/annotate/active_record_patch.rb
annotate-2.7.1 lib/annotate/active_record_patch.rb