app/assets/javascripts/location_changer.js.coffee

Summary

Maintainability
Test Coverage
App.LocationChanger =

  initialize: ->
    $('.js-location-changer').on 'change', ->
      window.location.assign($(this).val())