Class: Business

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

Overview

Information about the Business that the service Provider runs.

Schema Information

Table name: businesses

id            :integer          not null, primary key
name          :string
description   :string
location      :string
business_type :string
created_at    :datetime         not null
updated_at    :datetime         not null