mberlanda/cheidelacoriera

View on GitHub
app/helpers/navbar_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

module NavbarHelper
  def nav_opt(el, options = {})
    { class: 'gtm-nav', data: { action: el } }.deep_merge(options)
  end
end