Sha256: 443770bf89d529d3dc379e219dacc779a65dfd7a9b8b07f14ab0355dc012dd8a
Contents?: true
Size: 285 Bytes
Versions: 21
Compression:
Stored size: 285 Bytes
Contents
class ContentRowDecorator < ApplicationDecorator delegate_all # If the max. column count for the biggest screen medium is met, we can safely # assume no more additional columns are needed. def column_limit_reached? column_width_calculator.total(:width_xl) >= 12 end end
Version data entries
21 entries across 21 versions & 1 rubygems