correct user simulator

This commit is contained in:
Sam 2013-08-19 11:33:24 +10:00
parent b69d089d06
commit beeb86bf91

View File

@ -35,7 +35,7 @@ end
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
unless Rails.env.development?
unless ["profile", "development"].include? Rails.env
puts "Bad idea to run a script that inserts random posts in any non development environment"
exit
end