Skip to content

Commit

Permalink
remove binding pry
Browse files Browse the repository at this point in the history
  • Loading branch information
straleyb committed May 4, 2018
1 parent dfa46ee commit 9f5c3a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/terms/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<h3><%= I18n.t("vocabulary.children_header") %></h3>

<table class="table table-striped">
<% binding.pry %>
<%= render partial: 'terms/vocab_child', collection: @term.children.sort_by { |child| child.label }, cache: true, as: :child %>
</table>
<% end %>

0 comments on commit 9f5c3a6

Please sign in to comment.