mirror of
https://codeberg.org/JasterV/spazio-solazzo.git
synced 2026-04-26 18:20:03 +00:00
remove unused action
This commit is contained in:
parent
fa317642c0
commit
4b79615a76
1 changed files with 0 additions and 1 deletions
|
|
@ -66,7 +66,6 @@ defmodule SpazioSolazzo.BookingSystem do
|
|||
define :approve_booking, action: :approve, args: []
|
||||
define :reject_booking, action: :reject, args: [:reason]
|
||||
define :cancel_booking, action: :cancel, args: [:reason]
|
||||
define :delete_booking, action: :destroy, args: []
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue