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
a49a784dc7
rails--rails
/
activerecord
/
test
/
fixtures
/
comment.rb
5 lines
95 B
Ruby
Raw
Normal View
History
Unescape
Escape
Added new Base.find API and deprecated find_all, find_first. Added preliminary support for eager loading of associations git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1077 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-04-03 06:52:05 -04:00
class
Comment
<
ActiveRecord
::
Base
belongs_to
:post
Made eager loading work with inheritance hierarchies #1065 [Ryan Carver] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1131 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-04-10 11:49:49 -04:00
end
class
SpecialComment
<
Comment
;
end
;
Copy permalink