diff --git a/app/models/changeset.rb b/app/models/changeset.rb index 76ac6fd3f..c53802222 100644 --- a/app/models/changeset.rb +++ b/app/models/changeset.rb @@ -289,7 +289,7 @@ class Changeset < ActiveRecord::Base comments =~ /\A(.+?)\r?\n(.*)$/m @short_comments = $1 || comments @long_comments = $2.to_s.strip - return @short_comments, @long_comments + [@short_comments, @long_comments] end # Singleton class method is public