Commit e55cebc74a19fceb337acc01ae7d3a6c9e4c8a25
1 parent
163d7b83
Exists in
master
and in
27 other branches
allow embed of track card list block
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
plugins/community_track/lib/community_track_plugin/track_card_list_block.rb
@@ -12,4 +12,8 @@ class CommunityTrackPlugin::TrackCardListBlock < CommunityTrackPlugin::TrackList | @@ -12,4 +12,8 @@ class CommunityTrackPlugin::TrackCardListBlock < CommunityTrackPlugin::TrackList | ||
12 | 'track_card' | 12 | 'track_card' |
13 | end | 13 | end |
14 | 14 | ||
15 | + def embedable? | ||
16 | + true | ||
17 | + end | ||
18 | + | ||
15 | end | 19 | end |