Sha256: 91883870e920a8757f3be15f97a368443fee23309c38d38a11665cf62ea24d43

Contents?: true

Size: 195 Bytes

Versions: 7

Compression:

Stored size: 195 Bytes

Contents

module ThumbsUp
  module Base
    def quoted_true
      ActiveRecord::Base.connection.quoted_true
    end

    def quoted_false
      ActiveRecord::Base.connection.quoted_false
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
thumbs_up-0.6.10 lib/thumbs_up/base.rb
thumbs_up-0.6.9 lib/thumbs_up/base.rb
thumbs_up-0.6.8 lib/thumbs_up/base.rb
thumbs_up-0.6.7 lib/thumbs_up/base.rb
thumbs_up-0.6.6 lib/thumbs_up/base.rb
thumbs_up-0.6.5 lib/thumbs_up/base.rb
thumbs_up-0.6.4 lib/thumbs_up/base.rb