grape-goliath-example
grape-goliath-example copied to clipboard
Curious how config/application.rb is loaded
This has me rather puzzled. I can't find any references to loading or mentioning config/application.rb. Is this autoloaded by active record?
I guess a little more on what I'm trying to do would be good.
I'm using this repo largely as a reference for a grape-goliath app I'm making to put on heroku. I'm using standalone migrations which wants my db config to be in db/config.yml. I guess I can try putting something in application.rb and see if it loads from active_record magic...