# # Project BivouacSample # # Created using bivouac on Sat Apr 19 10:36:31 +0200 2008. # Copyright (c) 2008 __My__. All rights reserved. # module BivouacSample::Controllers class Index < R '/', '/index' def get render :index end def post render :index end end end