module BivouacSample::Controllers class Sound < R '/sound' def get render :sound end def post render :sound end end end