mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update vehicle.rb
This commit is contained in:
@@ -36,7 +36,7 @@ class Vehicle < ActiveRecord::Base
|
|||||||
end
|
end
|
||||||
|
|
||||||
def doors
|
def doors
|
||||||
@details['numOfDoors'] if @details
|
return @details['numOfDoors'] if @details
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|||||||
Reference in New Issue
Block a user