thingspeak/app/models/header.rb
2014-02-17 12:05:39 -05:00

17 lines
307 B
Ruby

# == Schema Information
#
# Table name: headers
#
# id :integer not null, primary key
# name :string(255)
# value :string(255)
# created_at :datetime
# updated_at :datetime
# thinghttp_id :integer
#
class Header < ActiveRecord::Base
belongs_to :thinghttp
end