class VueCrud::SortableGenerator

Public Instance Methods

copy_sortable() click to toggle source
# File lib/generators/vue_crud/sortable_generator.rb, line 6
def copy_sortable
    copy_file "javascripts/sortable.js", "app/assets/javascripts/sortable.js"
end