Skip to content

Commit

Permalink
Merge pull request #365 from printercu/patch-1
Browse files Browse the repository at this point in the history
Remove duplicated method
  • Loading branch information
tbrisker authored Dec 31, 2017
2 parents 09cd303 + 0d12974 commit e1dd759
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/audited/auditor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ def audited_attributes
attributes.except(*non_audited_columns.map(&:to_s))
end

def non_audited_columns
self.class.non_audited_columns
end

protected

def non_audited_columns
Expand Down

0 comments on commit e1dd759

Please sign in to comment.