Sha256: ffb677880a7b727d7f254afe332fa2673fee5f1e040c37c3439cf700502a81e5
Contents?: true
Size: 208 Bytes
Versions: 5
Compression:
Stored size: 208 Bytes
Contents
class Tramway::Landing::Tool < Tramway::ApplicationRecord enumerize :title, in: [ :google_tag_manager, :google_analytics, :yandex_direct ] def with_body_fragment? title.google_tag_manager? end end
Version data entries
5 entries across 5 versions & 1 rubygems