Sha256: 2c0b9619c22ef7a0f35e6baa049d9b633736cf3443f022ae1d8abba927d70cb8
Contents?: true
Size: 300 Bytes
Versions: 52
Compression:
Stored size: 300 Bytes
Contents
# frozen_string_literal: true module Spotlight ## # Locking mechanism for page-level locks class LockController < Spotlight::ApplicationController load_and_authorize_resource # DELETE /locks/1 def destroy @lock.destroy render plain: '', status: 204 end end end
Version data entries
52 entries across 52 versions & 1 rubygems