Sha256: e1ab51f51f89bec99c5b009d4105744c8c8e74f4932241a2823a74d3f847b360

Contents?: true

Size: 105 Bytes

Versions: 1

Compression:

Stored size: 105 Bytes

Contents

require 'active_record'

class << ActiveRecord::Base
  def none # For Rails 3
    where('1=0')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
atomically-1.0.1 lib/atomically/patches/none.rb