fix typos of source comments at lib/redmine/plugin.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@13069 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
bf776b3304
commit
242b440073
|
@ -331,7 +331,7 @@ module Redmine #:nodoc:
|
||||||
# Associated model(s) must implement the find_events class method.
|
# Associated model(s) must implement the find_events class method.
|
||||||
# ActiveRecord models can use acts_as_activity_provider as a way to implement this class method.
|
# ActiveRecord models can use acts_as_activity_provider as a way to implement this class method.
|
||||||
#
|
#
|
||||||
# The following call should return all the scrum events visible by current user that occured in the 5 last days:
|
# The following call should return all the scrum events visible by current user that occurred in the 5 last days:
|
||||||
# Meeting.find_events('scrums', User.current, 5.days.ago, Date.today)
|
# Meeting.find_events('scrums', User.current, 5.days.ago, Date.today)
|
||||||
# Meeting.find_events('scrums', User.current, 5.days.ago, Date.today, :project => foo) # events for project foo only
|
# Meeting.find_events('scrums', User.current, 5.days.ago, Date.today, :project => foo) # events for project foo only
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue