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
/
line_item.rb
blob: 93f7cceb13a77c10c1816311ba2dc3878a71b365 (
plain
) (
blame
)
1
2
3
class
LineItem
<
ActiveRecord
::
Base
belongs_to
:invoice
,
touch
:
true
end