about summary refs log tree commit diff
path: root/app/models/block.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/block.rb')
-rw-r--r--app/models/block.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/models/block.rb b/app/models/block.rb
index c978b2200..edb0d2d11 100644
--- a/app/models/block.rb
+++ b/app/models/block.rb
@@ -1,4 +1,14 @@
 # frozen_string_literal: true
+# == Schema Information
+#
+# Table name: blocks
+#
+#  id                :integer          not null, primary key
+#  account_id        :integer          not null
+#  target_account_id :integer          not null
+#  created_at        :datetime         not null
+#  updated_at        :datetime         not null
+#
 
 class Block < ApplicationRecord
   include Paginable