Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 481 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 481 Bytes

Building A REST API in Rails 3

This app is the one built in this short screencast on building a REST API in Rails 3

I've DRYed up the controller code a little more, the extra helper methods are more in line with the way I prefer to code.

Note, I've removed the references to the instance variables @user and @users in the views. Instead, they're accessed via helper methods!