# File lib/innate/node.rb, line 341 def action_missing(path) response = Current.response response.status = 404 response['Content-Type'] = 'text/plain' response.write("No action found at: %p" % path) response end