module Rentvine class Association < RentvineModel def initialize(data = {}) super(data) end end end