2011-03-27 22:56:15 +02:00
|
|
|
# == Schema Information
|
|
|
|
#
|
|
|
|
# Table name: api_keys
|
|
|
|
#
|
2014-02-17 18:05:39 +01:00
|
|
|
# id :integer not null, primary key
|
2011-03-27 22:56:15 +02:00
|
|
|
# api_key :string(16)
|
2014-02-17 18:05:39 +01:00
|
|
|
# channel_id :integer
|
|
|
|
# user_id :integer
|
|
|
|
# write_flag :boolean default(FALSE)
|
2011-03-27 22:56:15 +02:00
|
|
|
# created_at :datetime
|
|
|
|
# updated_at :datetime
|
|
|
|
# note :string(255)
|
|
|
|
#
|
|
|
|
|
2014-02-17 18:05:39 +01:00
|
|
|
require 'spec_helper'
|
|
|
|
|
|
|
|
describe ApiKey do
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|