Add displaying no_milestones text on admin

This commit is contained in:
taitus
2017-06-26 13:08:28 +02:00
parent e0d11d6b2a
commit 64ff75c384
5 changed files with 18 additions and 0 deletions

5
app/models/interest.rb Normal file
View File

@@ -0,0 +1,5 @@
class Interest < ActiveRecord::Base
belongs_to :user
belongs_to :interestable, polymorphic: true
end