Skip to content

Commit

Permalink
Limit recent workstreams to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
shereefb committed Feb 13, 2011
1 parent 84160d8 commit 20e7b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/welcome_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def index
# @enterprises = Project.latest User.current, 10, true
# @activities_by_item = ActivityStream.fetch(nil, nil, true, 50)
# @my_projects = User.current.projects
@my_projects = User.current.recent_projects(20)
@my_projects = User.current.recent_projects(10)
# @my_projects = User.current.memberships.collect(&:project)
# @my_projects = User.current.active_memberships.collect(&:project)

Expand Down

0 comments on commit 20e7b12

Please sign in to comment.