suite
This commit is contained in:
parent
890fe60187
commit
067b625fa9
@ -124,7 +124,7 @@ class Sheet < ActiveRecord::Base
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
return Sheet.all(:conditions => conditions,:include => :person)
|
return Sheet.includes(:person).where(conditions)
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user