remove #private declaration in Report

pull/6827/head
Tim Felgentreff 14 years ago
parent 3ccc725213
commit 51bd48b6c9
  1. 2
      lib/report.rb

@ -176,8 +176,6 @@ class Report < ActiveRecord::Base
self
end
private
def minimal_chain!
@chain = self.class::Filter::NoFilter.new
end

Loading…
Cancel
Save