class CPEE::Properties::DelDetail
Public Instance Methods
response()
click to toggle source
# File lib/cpee/implementation_properties.rb, line 627 def response id = @a[0] opts = @a[1] if CPEE::Persistence::extract_item(id,opts,@r.join('/')) CPEE::Persistence::set_position(id,opts,'position','unmark' => [ { 'position' => @r.last } ]) else @status = 404 end nil end