mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 08:31:39 -04:00
lk | moves notes, adds backup instructions, and shows asignees of bikes on bike page when they're present
This commit is contained in:
@@ -16,6 +16,7 @@ class BikesController < ApplicationController
|
||||
def edit
|
||||
@next_bike = Bike.where(log_number: @bike.log_number + 1).first
|
||||
@previous_bike = Bike.where(log_number: @bike.log_number - 1).first
|
||||
@client = @bike.client
|
||||
end
|
||||
|
||||
def print_select
|
||||
|
||||
Reference in New Issue
Block a user