Class: CPEE::ModelManagement::ShowUrl

Inherits:
Riddl::Implementation
  • Object
show all
Defined in:
lib/cpee-model-management/implementation.rb

Overview

}}}

Instance Method Summary collapse

Instance Method Details

#responseObject

{{{



526
527
528
529
530
# File 'lib/cpee-model-management/implementation.rb', line 526

def response
  show = @a[0]
  @status = 302
  @headers << Riddl::Header.new('Location',show + @p.first.value)
end