Commit f5b139b5 by David Verhasselt Committed by GitHub

Typo

parent 1741c25d
...@@ -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