summaryrefslogtreecommitdiff
path: root/db/seeds.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/seeds.rb')
-rw-r--r--db/seeds.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/seeds.rb b/db/seeds.rb
index 78097d8..6c4946d 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -61,5 +61,6 @@ Message.create!(
user_sender_id: 2,
user_target_id: 2,
text: "This is a very long message that I will be using to test a plentitude of things. :)",
- created_at: Time.utc(0).to_datetime
+ created_at: Time.utc(0).to_datetime,
+ subject: "Hello there!"
)