I have a static JSON file called products.json in my public folder in RoR.
as an aside: I have signup and login working.
Moving on, I wonder if I should have just made a products controller to make the user in the views able to render the json. I went into bash and entered rails generate Product with name:string, etc. I wonder if I should have just made a controller only.
Thoughts? So that's where I am