Commit b71ad9084eeb2ba774abc9fd7c0bf1e520e5f4f0
Committed by
Daniela Feitosa
1 parent
ea33a67b
Exists in
master
and in
29 other branches
Adding CategoriesBlock, HighlightsBlock and SellersSearchBlock to acceptable blocks
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
app/models/box.rb
@@ -13,11 +13,13 @@ class Box < ActiveRecord::Base | @@ -13,11 +13,13 @@ class Box < ActiveRecord::Base | ||
13 | %w{ | 13 | %w{ |
14 | ArticleBlock | 14 | ArticleBlock |
15 | BlogArchivesBlock | 15 | BlogArchivesBlock |
16 | + CategoriesBlock | ||
16 | CommunitiesBlock | 17 | CommunitiesBlock |
17 | EnterprisesBlock | 18 | EnterprisesBlock |
18 | FavoriteEnterprisesBlock | 19 | FavoriteEnterprisesBlock |
19 | FeedReaderBlock | 20 | FeedReaderBlock |
20 | FriendsBlock | 21 | FriendsBlock |
22 | + HighlightsBlock | ||
21 | LinkListBlock | 23 | LinkListBlock |
22 | LoginBlock | 24 | LoginBlock |
23 | MainBlock | 25 | MainBlock |
@@ -26,6 +28,7 @@ class Box < ActiveRecord::Base | @@ -26,6 +28,7 @@ class Box < ActiveRecord::Base | ||
26 | ProfileImageBlock | 28 | ProfileImageBlock |
27 | RawHTMLBlock | 29 | RawHTMLBlock |
28 | RecentDocumentsBlock | 30 | RecentDocumentsBlock |
31 | + SellersSearchBlock | ||
29 | TagsBlock | 32 | TagsBlock |
30 | } | 33 | } |
31 | end | 34 | end |