Add admin interface for user feedbacks

This commit is contained in:
2014-10-02 20:07:36 +02:00
parent 63bd76afcf
commit 3365edcdf0
6 changed files with 49 additions and 2 deletions
+1
View File
@@ -1,5 +1,6 @@
class UserFeedback
include SimplyStored::Couch
per_page_method :limit_value #kaminari
property :content
belongs_to :user
end