Generate reposts model/table that stores the repost history.
This commit is contained in:
parent
07f8b4c7d8
commit
37cff9c4ba
4 changed files with 32 additions and 0 deletions
2
app/models/repost.rb
Normal file
2
app/models/repost.rb
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
class Repost < ActiveRecord::Base
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue