Sha256: 6b24db47b285909c9526bf19b20dd57563d560d959661759c2a95d8803201667
Contents?: true
Size: 541 Bytes
Versions: 3
Compression:
Stored size: 541 Bytes
Contents
module Xeroizer module Record module Payroll class WorkLocationModel < PayrollBaseModel end class WorkLocation < PayrollBase guid :work_location_id boolean :is_primary string :street_address string :suite_or_apt_or_unit string :city string :state string :zip decimal :latitude decimal :longitude validates_presence_of :work_location_id, :unless => :new_record? end end end end
Version data entries
3 entries across 3 versions & 2 rubygems