Add folders to the documents plugin
This commit is contained in:
parent
611a29fe2d
commit
dc94e98138
19 changed files with 141 additions and 71 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddParentToDocument < ActiveRecord::Migration
|
||||
def change
|
||||
add_reference :documents, :parent, index: true
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue