I\'m trying to seed my database with the standard db/seeds.rb method. This works fine on my development machine, but on my server, I get:
db/seeds.rb
$ sudo
It can be fixed by disabling threadsafe! in the environment configuration.
threadsafe!