23 lines
495 B
YAML
Executable File
23 lines
495 B
YAML
Executable File
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
# == Schema Information
|
|
#
|
|
# Table name: canned_responses
|
|
#
|
|
# id :integer not null, primary key
|
|
# content :text
|
|
# short_code :string
|
|
# created_at :datetime not null
|
|
# updated_at :datetime not null
|
|
# account_id :integer not null
|
|
#
|
|
one:
|
|
account_id: 1
|
|
short_code: MyString
|
|
context: MyText
|
|
|
|
two:
|
|
account_id: 1
|
|
short_code: MyString
|
|
context: MyText
|