mirror of
https://github.com/redmine/redmine.git
synced 2026-06-19 19:41:33 +02:00
Removed unused method.
git-svn-id: http://svn.redmine.org/redmine/trunk@13740 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -23,10 +23,6 @@ class Change < ActiveRecord::Base
|
||||
before_validation :replace_invalid_utf8_of_path
|
||||
attr_protected :id
|
||||
|
||||
def relative_path
|
||||
changeset.repository.relative_path(path)
|
||||
end
|
||||
|
||||
def replace_invalid_utf8_of_path
|
||||
self.path = Redmine::CodesetUtil.replace_invalid_utf8(self.path)
|
||||
self.from_path = Redmine::CodesetUtil.replace_invalid_utf8(self.from_path)
|
||||
|
||||
Reference in New Issue
Block a user