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
/
models
/
subscription.rb
blob: 4bdb36ea469e1646a0a401b5562a54432ec8e26a (
plain
) (
blame
)
1
2
3
4
class
Subscription
<
ActiveRecord
::
Base
belongs_to
:subscriber
belongs_to
:book
end