mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 09:24:23 -05:00
Update vehicles_controller.rb
This commit is contained in:
@@ -27,9 +27,9 @@ class VehiclesController < ApplicationController
|
|||||||
end
|
end
|
||||||
|
|
||||||
# create a new vehicle
|
# create a new vehicle
|
||||||
#def create
|
def create
|
||||||
#
|
Vehicle.save(params)
|
||||||
#end
|
end
|
||||||
|
|
||||||
# display a specific vehicle
|
# display a specific vehicle
|
||||||
def show
|
def show
|
||||||
|
|||||||
Reference in New Issue
Block a user