update with changes from Production branch

This commit is contained in:
Lee Lawlor
2014-02-17 12:05:39 -05:00
parent 5b640cf9d8
commit a4937fb2e5
384 changed files with 14690 additions and 2242 deletions

View File

@ -0,0 +1,19 @@
# == Schema Information
#
# Table name: daily_feeds
#
# id :integer not null, primary key
# channel_id :integer
# date :date
# calculation :string(20)
# result :string(255)
# field :integer
#
require 'test_helper'
class DailyFeedTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end