kodgemisi/confdeck

View on GitHub
app/views/shared/_routes.html.erb

Summary

Maintainability
Test Coverage
<%= javascript_tag do %>
    ConfDeck.routes = {
        notifications: {
            index: '<%= notifications_path %>',
            read_all: '<%= read_all_notifications_path %>'
        }
    }
<% end %>