When running rails console, my call to Rails.configuration.secret_key_base in my development environment keeps returning nil.
#secrets.yml
development:
secret_key_base: the-long-secret-generated-by-rake-secret
#...other configs, a call while running heroku rails c in production also returns nil
How can this be? Running rails 4.1.0