Results 6 issues of Jade Misenas

Links to the libs in chapter 3 [here](https://github.com/addyosmani/backbone-fundamentals/blob/cbad115c69fb4cd6ca5644c9df06fba722f95d57/chapters/03-internals.md#getting-set-up) ``` ``` don't work anymore but still says you can copy and paste the code below. Fix looks straightforward but should it...

bug

I have an admin view set up similar to the following: ``` # admin.rb Trestle.admin(:some_admin_view_showing_various_resource_tables) do ... controller do def show @resource = Resource.find(params[:resource_id]) end end ... end ``` I...

![image](https://cloud.githubusercontent.com/assets/3933148/4782954/8c837c20-5d10-11e4-8f2c-49aa60c74067.png) results in ![image](https://cloud.githubusercontent.com/assets/3933148/4782955/99d3187c-5d10-11e4-881c-2eea9eb560f6.png)

bug