diff options
Diffstat (limited to 'lib/redmine/notifiable.rb')
-rw-r--r-- | lib/redmine/notifiable.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/redmine/notifiable.rb b/lib/redmine/notifiable.rb index 05400b7ad..95d26609d 100644 --- a/lib/redmine/notifiable.rb +++ b/lib/redmine/notifiable.rb @@ -19,7 +19,6 @@ module Redmine class Notifiable < Struct.new(:name, :parent) - def to_s name end |