Module: Card::Set::Self::StyleMods::HtmlFormat

Extended by:
AbstractFormat
Defined in:
platypus/tmp/set/gem-defaults/mod022-style/self/style_mods.rb

Instance Method Summary collapse

Instance Method Details

#view: remote_style_tagsObject



16
17
18
19
20
# File 'platypus/tmp/set/gem-defaults/mod022-style/self/style_mods.rb', line 16

view :remote_style_tags, cache: :deep, perms: :none do
  card.item_cards.map do |mod_style_card|
    nest mod_style_card, view: :remote_include_tags
  end.select(&:present?)
end