diff extra/sample_plugin/app/models/meeting.rb @ 1115:433d4f72a19b redmine-2.2

Update to Redmine SVN revision 11137 on 2.2-stable branch
author Chris Cannam
date Mon, 07 Jan 2013 12:01:42 +0000
parents 513646585e45
children
line wrap: on
line diff
--- a/extra/sample_plugin/app/models/meeting.rb	Wed Jun 27 14:54:18 2012 +0100
+++ b/extra/sample_plugin/app/models/meeting.rb	Mon Jan 07 12:01:42 2013 +0000
@@ -4,8 +4,8 @@
   acts_as_event :title => Proc.new {|o| "#{o.scheduled_on} Meeting"},
                 :datetime => :scheduled_on,
                 :author => nil,
-                :url => Proc.new {|o| {:controller => 'meetings', :action => 'show', :id => o.id}}                
-  
+                :url => Proc.new {|o| {:controller => 'meetings', :action => 'show', :id => o.id}}
+
   acts_as_activity_provider :timestamp => 'scheduled_on',
                             :find_options => { :include => :project }
 end