ministryofjustice/atet

View on GitHub
app/views/refunds/_profile_selection.html.slim

Summary

Maintainability
Test Coverage
= f.collection_radio_buttons :profile_type
- content_for(:javascripts)
  javascript:
      $(document).ready(function () {
          Et.pages.refunds.ProfileSelectionPage();
      });