This commit is contained in:
parent
967a89b18d
commit
156cdb24d0
5 changed files with 62 additions and 4 deletions
|
|
@ -11,9 +11,9 @@ defmodule Mv.Membership do
|
|||
end
|
||||
|
||||
resource Mv.Membership.Property do
|
||||
define :create_property, action: :create
|
||||
define :create_property, action: :create_property
|
||||
define :list_property, action: :read
|
||||
define :update_property, action: :update
|
||||
define :update_property, action: :update_property
|
||||
define :destroy_property, action: :destroy
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue