Rapid Prototyping with Rails: Lesson 3, Feature Building
01 Nov 2014Review of Building Out a Feature
- Bulid out html link in parital or html.erb
- Build necessary routes
- run grep routes to determine which routes are needed
- Write code for action in controller
- run binding pry to see what parameters are being submitted