Sha256: 434f32e5595cae8ebfa159a3e4d4113320348c614585c748fbf490ae6a7209bc

Contents?: true

Size: 187 Bytes

Versions: 7

Compression:

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

7 entries across 7 versions & 2 rubygems

Version Path
rails_to_swift-0.0.3 lib/rails_to_swift/active_record_patch.rb
rails_to_swift-0.0.2 lib/rails_to_swift/active_record_patch.rb
rails_to_swift-0.0.1 lib/rails_to_swift/active_record_patch.rb
annotate-2.5.0 lib/annotate/active_record_patch.rb
annotate-2.5.0.pre3 lib/annotate/active_record_patch.rb
annotate-2.5.0.pre2 lib/annotate/active_record_patch.rb
annotate-2.5.0.pre1 lib/annotate/active_record_patch.rb