index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
fixtures
/
subscriber.rb
blob: 3f1ade0d838655b83ad1f52edab6025db40c1b7c (
plain
) (
blame
)
1
2
3
4
5
class
Subscriber
<
ActiveRecord
::
Base
def
self
.
primary_key
"nick"
end
end