@@ -331,7 +331,7 module Redmine #:nodoc: | |||
|
331 | 331 | # Associated model(s) must implement the find_events class method. |
|
332 | 332 | # ActiveRecord models can use acts_as_activity_provider as a way to implement this class method. |
|
333 | 333 | # |
|
334 | # The following call should return all the scrum events visible by current user that occured in the 5 last days: | |
|
334 | # The following call should return all the scrum events visible by current user that occurred in the 5 last days: | |
|
335 | 335 | # Meeting.find_events('scrums', User.current, 5.days.ago, Date.today) |
|
336 | 336 | # Meeting.find_events('scrums', User.current, 5.days.ago, Date.today, :project => foo) # events for project foo only |
|
337 | 337 | # |
General Comments 0
You need to be logged in to leave comments.
Login now