don't need #== method for reports anymore

pull/6827/head
jwollert 14 years ago
parent 2254a727df
commit 5be83ed842
  1. 4
      lib/report.rb

@ -151,10 +151,6 @@ class Report < ActiveRecord::Base
parts.join '/'
end
def == another_report
hash == another_report.hash
end
private
def minimal_chain!

Loading…
Cancel
Save