From bae5835cfff4c80d9b6a4a5da36339761b446e5d Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 3 Mar 2013 16:28:44 -0500 Subject: [PATCH] add script for fixing password hashes --- script/fixes/004.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 script/fixes/004.rb diff --git a/script/fixes/004.rb b/script/fixes/004.rb new file mode 100644 index 000000000..e346061ea --- /dev/null +++ b/script/fixes/004.rb @@ -0,0 +1,5 @@ +#!/usr/bin/env ruby + +require File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'config', 'environment')) + +puts Post.count \ No newline at end of file