crowdAI/crowdai

View on GitHub
app/views/layouts/_google_analytics_body.html.erb

Summary

Maintainability
Test Coverage
<% if Rails.env.production? %>
  <script>
    ga('set', 'location', location.href.split('#')[0]);
    ga('send', 'pageview', {"title": document.title});
  </script>
<% end %>