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
62aff55706
rails--rails
/
actionpack
/
test
/
fixtures
/
project.rb
4 lines
90 B
Ruby
Raw
Normal View
History
Unescape
Escape
* Fix pagination problems when using include * Introduce Unit Tests for pagination * Allow count to work with :include by using count distinct. [Kevin Clark & Jeremy Hopple] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3553 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-02-09 04:17:40 -05:00
class
Project
<
ActiveRecord
::
Base
Remove deprecation warnings
2012-07-21 15:47:58 -04:00
has_and_belongs_to_many
:developers
,
-
>
{
uniq
}
* Fix pagination problems when using include * Introduce Unit Tests for pagination * Allow count to work with :include by using count distinct. [Kevin Clark & Jeremy Hopple] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3553 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-02-09 04:17:40 -05:00
end
Copy permalink