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