Commit 53c7ca13d58d9a4b9517ef40b2c118942878c0bb

Authored by Arthur Esposte
1 parent 8255ef57

Add contact article

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
lib/tasks/main_data.rake
... ... @@ -50,6 +50,7 @@ namespace :main_data do
50 50 generate_article(community, TinyMceArticle, {name: "Inicie um projeto", slug: "inicie-um-projeto", published: true, accept_comments: false, notify_comments: true, license_id: 1, body: "", accept_comments: false})
51 51 generate_article(community, TinyMceArticle, {name: "Entenda o que é", slug: "entenda-o-que-e", published: true, accept_comments: false, notify_comments: true, license_id: 1, body: "", accept_comments: false})
52 52 generate_article(community, TinyMceArticle, {name: "Ajuda", slug: "ajuda", published: true, accept_comments: false, notify_comments: true, license_id: 1, body: "", accept_comments: false})
  53 + generate_article(community, TinyMceArticle, {name: "Contato", slug: "contato", published: true, accept_comments: false, notify_comments: true, license_id: 1, body: "", accept_comments: false})
53 54 end
54 55 end
55 56 end
... ...