remove trailing white space from app/models/version.rb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11651 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-03-19 07:29:00 +00:00
parent cc5f59abd4
commit 32391269ae
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class Version < ActiveRecord::Base
includes(:project).where(Project.allowed_to_condition(args.first || User.current, :view_issues))
}
safe_attributes 'name',
safe_attributes 'name',
'description',
'effective_date',
'due_date',