vendor/assets/application/examples/file.rb in atome-0.5.6.4.5 vs vendor/assets/application/examples/file.rb in atome-0.5.6.4.8
- old
+ new
@@ -1,6 +1,7 @@
# frozen_string_literal: true
+# see import for drag and drop import
b = box({ drag: true })
b.import(true) do |content|
puts "add code here, content: #{content}"
end