mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-04-28 23:14:28 +09:00
6 lines
153 B
Ruby
6 lines
153 B
Ruby
module DropTargetHelper
|
|
def drop_target_actions
|
|
"dragenter->drop-target#dragenter dragover->drop-target#dragover drop->drop-target#drop"
|
|
end
|
|
end
|