]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from extra/sample_plugin/app/models/meeting.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 1 Apr 2012 12:41:25 +0000 (12:41 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 1 Apr 2012 12:41:25 +0000 (12:41 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9294 e93f8b46-1217-0410-a6f0-8f06a7374b81

extra/sample_plugin/app/models/meeting.rb

index c1bb64a93cda2ef6c372e1697da0b297254b156a..c424bdec4138da8f30c8575bc212d790bba2b24b 100644 (file)
@@ -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