From db110ba35e73d64e1df6cb5d25feecd1be9ff17a Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 1 Apr 2012 12:41:25 +0000 Subject: [PATCH] remove trailing white-spaces from extra/sample_plugin/app/models/meeting.rb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9294 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- extra/sample_plugin/app/models/meeting.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/sample_plugin/app/models/meeting.rb b/extra/sample_plugin/app/models/meeting.rb index c1bb64a93..c424bdec4 100644 --- a/extra/sample_plugin/app/models/meeting.rb +++ b/extra/sample_plugin/app/models/meeting.rb @@ -4,8 +4,8 @@ class Meeting < ActiveRecord::Base 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 -- 2.39.5