mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
Add link to view bike check list when showing bike
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user