lk | adds explanatory text to waiting list & disables mark_as_sold button for sold bikes, and removes unused columns

This commit is contained in:
Louis Knapp
2016-07-30 20:58:56 -05:00
parent cc3f684e01
commit 9c53f81672
10 changed files with 27 additions and 118 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
class BikesController < ApplicationController
before_action :set_bike, only: [:show, :edit, :update, :destroy]
before_action :set_bike, only: [:edit, :update, :destroy]
before_action :authenticate_user!
def index