Declaring property variable

Hi,

I have this in development.rb

my_path = {
:test_path_dev => ‘http test’
}

and trying to retrieve in controller and inside of javascript
function. How do I do that?

thx,