index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
arel
/
extensions
/
nil_class.rb
blob: 729c4cada7b5e7750c162e08e7dd11d52ed53590 (
plain
) (
blame
)
1
2
3
4
5
class
NilClass
def
equality_predicate_sql
'IS'
end
end