Add admin interface for user feedbacks
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
class UserFeedback
|
||||
include SimplyStored::Couch
|
||||
per_page_method :limit_value #kaminari
|
||||
property :content
|
||||
belongs_to :user
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user