Method: CPEE::FAIL#response

Defined in:
lib/cpee/fail.rb

#responseObject



18
19
20
21
# File 'lib/cpee/fail.rb', line 18

def response
  @status = 404
  nil
end