]> git.openstreetmap.org Git - rails.git/blobdiff - lib/redactable.rb
Cleanup trailing whitespace
[rails.git] / lib / redactable.rb
index 620b2196eeaea663af4774cedb5e783385cff1b4..b7f7046be2d0c8524b2642f4f2dd4ad8eb0fef69 100644 (file)
@@ -6,7 +6,7 @@ module Redactable
     # in scope for the module itself.
     base.scope :unredacted, -> { base.where(:redaction_id => nil) }
   end
-  
+
   def redacted?
     not self.redaction.nil?
   end