I'm starting to use gem jbuilder
in a Rails 4 app.
If I create a view file called show.json.jbuilder
in the sites
folder, and the following url displays the json = localhost/sites.json
If I add a file called tree.json.builder
to the same sites
folder, what url
can I use to display the json?
Thanks for the help!