I'm having some problem accessing Rails.root from my rails engine, that I'm creating. I need to fetch a yml config file from the main app.
Is there any "best practices" for handling configurations for your engines?
I'm having some problem accessing Rails.root from my rails engine, that I'm creating. I need to fetch a yml config file from the main app.
Is there any "best practices" for handling configurations for your engines?