Rails.root from engine

Viewed 3051

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?

2 Answers
Related