From 53c7ca13d58d9a4b9517ef40b2c118942878c0bb Mon Sep 17 00:00:00 2001 From: Arthur Del Esposte Date: Thu, 4 Dec 2014 18:20:47 +0000 Subject: [PATCH] Add contact article --- lib/tasks/main_data.rake | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/lib/tasks/main_data.rake b/lib/tasks/main_data.rake index 7a831e9..a22413c 100644 --- a/lib/tasks/main_data.rake +++ b/lib/tasks/main_data.rake @@ -50,6 +50,7 @@ namespace :main_data do 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}) 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}) generate_article(community, TinyMceArticle, {name: "Ajuda", slug: "ajuda", published: true, accept_comments: false, notify_comments: true, license_id: 1, body: "", accept_comments: false}) + generate_article(community, TinyMceArticle, {name: "Contato", slug: "contato", published: true, accept_comments: false, notify_comments: true, license_id: 1, body: "", accept_comments: false}) end end end -- libgit2 0.21.2