Sha256: 31e0c8c834aced4e1b70a5ffeb8192bcd0324dea1562b37053fe826b6117847c
Contents?: true
Size: 372 Bytes
Versions: 118
Compression:
Stored size: 372 Bytes
Contents
<% actions = ActiveSupport::ActionableError.actions(exception) %> <% if actions.any? %> <div class="actions"> <% actions.each do |action, _| %> <%= button_to action, ActionDispatch::ActionableExceptions.endpoint, params: { error: exception.class.name, action: action, location: request.path } %> <% end %> </div> <% end %>
Version data entries
118 entries across 112 versions & 10 rubygems