aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
AgeCommit message (Collapse)Author
2015-01-23Create an index pageTeddy Wing
* Add `main` action to HomeController * Set `main` as our root route * Create a view for `main` with dummy text
2015-01-23Create HomeControllerTeddy Wing
2015-01-23Add actions to NotesControllerTeddy Wing
* Create routes for notes actions * Add actions to NotesController allowing us to interact with it through a JSON API
2015-01-23Generate NotesControllerTeddy Wing
2015-01-23Initial commit. Base Rails 4.2.0 project.Teddy Wing