Class: LocationPhone

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/location_phone.rb

Overview

Schema Information

Table name: location_phones

id                  :integer          not null, primary key
company_location_id :integer
title_translations  :hstore           default({})
notes_translations  :hstore           default({})
phone               :string(255)
created_at          :datetime
updated_at          :datetime