mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update vehicles_controller.rb
This commit is contained in:
@@ -18,7 +18,7 @@ class VehiclesController < ApplicationController
|
||||
|
||||
# display a list of all vehicles
|
||||
def index
|
||||
|
||||
@vehicles = Vehicle.paginate(:page => params[:page])
|
||||
end
|
||||
|
||||
# return an HTML form for creating a new vehicle
|
||||
|
||||
Reference in New Issue
Block a user