Method: Playbook::PbList::Item#draggable?

Defined in:
app/pb_kits/playbook/pb_list/item.rb

#draggable?Boolean

Returns:



15
16
17
# File 'app/pb_kits/playbook/pb_list/item.rb', line 15

def draggable?
  drag_id.present?
end