I am in the process of learning ruby on rails,
I have a controller named welcome_controller and the controller has a json object, and I have a view named index.html.haml
How do I access that json object from the view
render 'index', :layout => false