Skip to content

Commit

Permalink
Fix indentation on PaperTrail::Model::ClassMethods#paper_trail_on met…
Browse files Browse the repository at this point in the history
…hod definition [ci skip]
  • Loading branch information
batter committed Mar 31, 2014
1 parent ffd7bc2 commit 6c9e0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/paper_trail/has_paper_trail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def paper_trail_on!
PaperTrail.enabled_for_model(self, true)
end

def paper_trail_on
def paper_trail_on
warn "DEPRECATED: use `paper_trail_on!` instead of `paper_trail_on`. Support for `paper_trail_on` will be removed in PaperTrail 3.1"
self.paper_trail_on!
end
Expand Down

0 comments on commit 6c9e0b0

Please sign in to comment.