Commit 33d70c93b987b803e72a0603f66ac8037fa4a01e

Authored by Carlos Purificação
Committed by Evandro Jr
1 parent 404d7620

Article Following - initial version

Conflicts:

	app/models/article.rb
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/models/article.rb
1 -  
2 class Article < ActiveRecord::Base 1 class Article < ActiveRecord::Base
3 2
4 attr_accessible :name, :body, :abstract, :profile, :tag_list, :parent, 3 attr_accessible :name, :body, :abstract, :profile, :tag_list, :parent,
@@ -10,6 +9,7 @@ class Article &lt; ActiveRecord::Base @@ -10,6 +9,7 @@ class Article &lt; ActiveRecord::Base
10 :external_feed_builder, :display_versions, :external_link, 9 :external_feed_builder, :display_versions, :external_link,
11 :image_builder, :show_to_followers, :published_at, :person_followers 10 :image_builder, :show_to_followers, :published_at, :person_followers
12 11
  12 +
13 acts_as_having_image 13 acts_as_having_image
14 14
15 SEARCHABLE_FIELDS = { 15 SEARCHABLE_FIELDS = {