diff options
Diffstat (limited to 'app/views/resources/edit.html.erb')
-rw-r--r-- | app/views/resources/edit.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/resources/edit.html.erb b/app/views/resources/edit.html.erb index 80d8206..b52c60d 100644 --- a/app/views/resources/edit.html.erb +++ b/app/views/resources/edit.html.erb @@ -1,2 +1,2 @@ -<%= render partial: 'edit', locals: { resource: @resource } %> +<%= render partial: 'edit', locals: { resource: @resource, foo: 'foo' } %> |