This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
c2f4a200e2
rails--rails
/
activerecord
/
test
/
models
/
computer.rb
4 lines
90 B
Ruby
Raw
Normal View
History
Unescape
Escape
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@388 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-01-10 19:53:04 -05:00
class
Computer
<
ActiveRecord
::
Base
modernizes hash syntax in activerecord
2016-08-06 13:37:57 -04:00
belongs_to
:developer
,
foreign_key
:
"
developer
"
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@388 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-01-10 19:53:04 -05:00
end
Copy permalink