diff options
Diffstat (limited to 'app/views/taxonomies/index.html.erb')
-rw-r--r-- | app/views/taxonomies/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/taxonomies/index.html.erb b/app/views/taxonomies/index.html.erb index d060f6c..705b0d4 100644 --- a/app/views/taxonomies/index.html.erb +++ b/app/views/taxonomies/index.html.erb @@ -1,5 +1,5 @@ <section id="taxonomies"> <h2>Available Taxonomies</h2> - <%= render collection: @taxonomies: %> + <%= render collection: @taxonomies %> </section> |