Commit ab72e70b by Ben A. Morgan Committed by GitHub

Merge pull request #336 from dv/patch-1

Typo
parents 1741c25d f5b139b5
...@@ -3,7 +3,7 @@ require 'active_record' unless defined? ActiveRecord ...@@ -3,7 +3,7 @@ require 'active_record' unless defined? ActiveRecord
module Paranoia module Paranoia
@@default_sentinel_value = nil @@default_sentinel_value = nil
# Change default_sentinel_value in a rails initilizer # Change default_sentinel_value in a rails initializer
def self.default_sentinel_value=(val) def self.default_sentinel_value=(val)
@@default_sentinel_value = val @@default_sentinel_value = val
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment