Sha256: 0be16c767a3902cee63863815a3910ab58604fffe60cc5e8b0feaa32af529ab1
Contents?: true
Size: 242 Bytes
Versions: 72
Compression:
Stored size: 242 Bytes
Contents
module Concerns module Backend module PositionableController extend ActiveSupport::Concern def update_position find_model.set_list_position params[:position] render nothing: true end end end end
Version data entries
72 entries across 72 versions & 1 rubygems