Реализация Page и DataCardWidget
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class History < ApplicationRecord
|
||||
self.table_name = "histories"
|
||||
|
||||
belongs_to :channel
|
||||
end
|
||||
Reference in New Issue
Block a user