Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Commit 8465188

Browse files
committed
Fixed typo
1 parent 7c06d07 commit 8465188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/reservations_controller.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def checkout
157157
unless Reservation.unique_equipment_objects?(checked_out_reservations)
158158
flash[:error] = "The same equipment item cannot be simultaneously checked
159159
out in multiple reservations."
160-
redirect_to :bacj and return
160+
redirect_to :back and return
161161
end
162162

163163
# Overdue validation

0 commit comments

Comments
 (0)