database - Advise on what else I could inclide in my Ruby WebApp -



database - Advise on what else I could inclide in my Ruby WebApp -

hope you're well. have built app takes feedback user, can create , view own feedbacks. admins can view feedbakcks. admins can create users , create feedbacks, edit destroy delete etc (they have powerfulness on everything). looks brilliant. i've used devise authentication , cancan authorization. else can include in app create improve or function improve or else can create app usefull in way @ ideas anyone? here database , relationship between two:

user has_many :feedbacks

feedbacks belong_to :user

cheers guys.

ruby-on-rails database rest web-applications devise

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -