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