Class: LocationEmail

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

Overview

Schema Information

Table name: location_emails

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