updates from Production

This commit is contained in:
Lee Lawlor
2014-10-09 13:25:48 -04:00
parent edd3644654
commit 8e96629609
18 changed files with 81 additions and 21 deletions

View File

@ -1,3 +1,27 @@
# == Schema Information
#
# Table name: feeds
#
# id :integer not null, primary key
# channel_id :integer
# field1 :string(255)
# field2 :string(255)
# field3 :string(255)
# field4 :string(255)
# field5 :string(255)
# field6 :string(255)
# field7 :string(255)
# field8 :string(255)
# created_at :datetime
# updated_at :datetime
# entry_id :integer
# status :string(255)
# latitude :decimal(15, 10)
# longitude :decimal(15, 10)
# elevation :string(255)
# location :string(255)
#
require 'spec_helper'
describe Feed do