template/views/index.erb in table_setter-0.2.0 vs template/views/index.erb in table_setter-0.2.1
- old
+ new
@@ -1,7 +1,7 @@
<ul>
<% for table in tables %>
<li>
- <a href="<%= url_for "/#{table.slug}" %>"><%= table.title %></a>
+ <a href="<%= url_for "/#{table.slug/}" %>"><%= table.title %></a>
</li>
<% end %>
</ul>
\ No newline at end of file