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 | 13 | %w{ |
14 | 14 | ArticleBlock |
15 | 15 | BlogArchivesBlock |
16 | + CategoriesBlock | |
16 | 17 | CommunitiesBlock |
17 | 18 | EnterprisesBlock |
18 | 19 | FavoriteEnterprisesBlock |
19 | 20 | FeedReaderBlock |
20 | 21 | FriendsBlock |
22 | + HighlightsBlock | |
21 | 23 | LinkListBlock |
22 | 24 | LoginBlock |
23 | 25 | MainBlock |
... | ... | @@ -26,6 +28,7 @@ class Box < ActiveRecord::Base |
26 | 28 | ProfileImageBlock |
27 | 29 | RawHTMLBlock |
28 | 30 | RecentDocumentsBlock |
31 | + SellersSearchBlock | |
29 | 32 | TagsBlock |
30 | 33 | } |
31 | 34 | end | ... | ... |