Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 480 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 480 Bytes

README

Technical task

Blog for students to publish their research results. Students should be able to register/authorize, to write and edit publications and to comment and "vote" on other posts.

Teachers should be able to comment and "vote" on posts.

"Vote" is an emotion for example, "like" or "rocket" or "confused".

img.png

To Be Fixed

      <%= form_for post, method: :delete do |f|  %>
        <%= f.button('Remove') %>
      <% end %>