Sha256: b9c502e7c0b5eb57a4a72071b3dd1c7a1f3dc4a76c86fc1527aadd8d024c98ea
Contents?: true
Size: 302 Bytes
Versions: 97
Compression:
Stored size: 302 Bytes
Contents
class UseRestrictionsController < InheritedResources::Base respond_to :html, :json load_and_authorize_resource def update @use_restriction = UseRestriction.find(params[:id]) if params[:move] move_position(@use_restriction, params[:move]) return end update! end end
Version data entries
97 entries across 97 versions & 1 rubygems