I\'m sharing a configuration yml file client side, that I need to also load on the server side, I\'ve placed it inside app/assets/javascripts/configuration.yml
I can
ActionController::Base.helpers.asset_path("configuration.yml")
Might also be good to put configuration.yml in a different folder to separate javascript from non-javascript files.