Skip to content

Commit

Permalink
fix typo in deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zcotter committed Sep 27, 2016
1 parent c37e489 commit 7ee4d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/paper_trail/config.rb
Expand Up @@ -40,7 +40,7 @@ def serialized_attributes=(_)
def track_associations?
if @track_associations.nil?
ActiveSupport::Deprecation.warn <<-EOS.strip_heredoc.gsub(/\s+/, " ")
PaperTrail.track_associations has not been set. As of PaperTrail 5, it
PaperTrail.config.track_associations has not been set. As of PaperTrail 5, it
defaults to false. Tracking associations is an experimental feature so
we recommend setting PaperTrail.config.track_associations = false in
your config/initializers/paper_trail.rb
Expand Down

0 comments on commit 7ee4d9d

Please sign in to comment.