diff options
Diffstat (limited to 'app/views/categories/edit.html.erb')
-rw-r--r-- | app/views/categories/edit.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/categories/edit.html.erb b/app/views/categories/edit.html.erb new file mode 100644 index 0000000..054bed3 --- /dev/null +++ b/app/views/categories/edit.html.erb @@ -0,0 +1 @@ +<%= render partial: 'edit', locals: { category: @category } %> |