Skip to content

Commit

Permalink
Fix delete resolver configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielpra1 committed Aug 27, 2019
1 parent f7b847a commit c835b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/crudry_resolver.ex
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ defmodule Crudry.Resolver do
list_opts = Module.get_attribute(module, :list_opts)
create_resolver = Module.get_attribute(module, :create_resolver)
update_resolver = Module.get_attribute(module, :update_resolver)
delete_resolver = Module.get_attribute(module, :create_resolver)
delete_resolver = Module.get_attribute(module, :delete_resolver)
not_found_message = Module.get_attribute(module, :not_found_message)

[
Expand Down

0 comments on commit c835b24

Please sign in to comment.