Skip to content

Add author field on post

Francois Ribemont requested to merge add_author_field_on_post into master

Add author field to the post model

  • Added author on templates
  • Added author in jsx templates
  • When a user creates a post, he is the author of it
  • When a user edits a post, it doesn't change the author
  • Modify insert_post test helper, and fixed the test to address the new relationship between posts and users

Merge request reports