Sha256: 5caaaa7c4e4cb8bb4f030f09e1dc0ce4a384fb676181e14da5e4a404714ce7c2

Contents?: true

Size: 856 Bytes

Versions: 6

Compression:

Stored size: 856 Bytes

Contents

# == Schema Information
#
# Table name: gmaps
#
#  id                          :integer          not null, primary key
#  full_address                :string(255)
#  street_number               :string(255)
#  route                       :string(255)
#  locality                    :string(255)
#  postal_code                 :string(255)
#  country                     :string(255)
#  administrative_area_level_2 :string(255)
#  administrative_area_level_1 :string(255)
#  gtype                       :string(255)
#  lat                         :decimal(10, 6)
#  lng                         :decimal(10, 6)
#  zoom                        :integer          default(15)
#  created_at                  :datetime
#  updated_at                  :datetime
#

require 'spec_helper'

describe Gmap do
  pending "add some examples to (or delete) #{__FILE__}"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mokio-0.0.11 spec/models/gmap_spec.rb
mokio-0.0.10 spec/models/gmap_spec.rb
mokio-0.0.9 spec/models/gmap_spec.rb
mokio-0.0.8 spec/models/gmap_spec.rb
mokio-0.0.6 spec/models/gmap_spec.rb
mokio-0.0.5 spec/models/gmap_spec.rb