##// END OF EJS Templates
fix typos of source comments at lib/redmine/plugin.rb...
Toshi MARUYAMA -
r12794:242b440073ce
parent child
Show More
@@ -331,7 +331,7 module Redmine #:nodoc:
331 # Associated model(s) must implement the find_events class method.
331 # Associated model(s) must implement the find_events class method.
332 # ActiveRecord models can use acts_as_activity_provider as a way to implement this class method.
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 # Meeting.find_events('scrums', User.current, 5.days.ago, Date.today)
335 # Meeting.find_events('scrums', User.current, 5.days.ago, Date.today)
336 # Meeting.find_events('scrums', User.current, 5.days.ago, Date.today, :project => foo) # events for project foo only
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