mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 00:12:03 +02:00
Create legal documents
This commit is contained in:
parent
4f10cccdfa
commit
e09ddd3138
10 changed files with 274 additions and 7 deletions
3
app/models/legal_document.rb
Normal file
3
app/models/legal_document.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
class LegalDocument < ActiveRecord::Base
|
||||
belongs_to :documentable, polymorphic: true
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue