diff options
Diffstat (limited to 'app/views/categories/show.html.erb')
-rw-r--r-- | app/views/categories/show.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/categories/show.html.erb b/app/views/categories/show.html.erb new file mode 100644 index 0000000..ed548c6 --- /dev/null +++ b/app/views/categories/show.html.erb @@ -0,0 +1,2 @@ +<%= @category.inspect %> +<%= render @category %> |