Add link to view bike check list when showing bike

This commit is contained in:
Jason Denney
2014-03-16 13:50:13 -04:00
parent 9527725e07
commit 98b136e4f4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ class BikesController < AuthenticatedController
def show
@bike = Bike.find_by_id(params[:id])
@task_list_id = @bike.task_list.id
end
end