Class: Tramway::Landing::Tool

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/tramway/landing/tool.rb

Instance Method Summary collapse

Instance Method Details

#with_body_fragment?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'app/models/tramway/landing/tool.rb', line 4

def with_body_fragment?
  title.google_tag_manager?
end