app/models/tramway/landing/tool.rb in tramway-landing-3.3.0.6 vs app/models/tramway/landing/tool.rb in tramway-landing-3.3.0.7
- old
+ new
@@ -1,5 +1,5 @@
-class Tramway::Landing::Tool < Tramway::Core::ApplicationRecord
+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