Working with rails for the first time and I getting a rake error when I try:
rake db:migrate RAILS_ENV=staging
The Error:
(in [my current directory])
rake aborted!
undefined method `symbolize_keys' for nil:NilClass
Has anyone seen this?