Sha256: 8f3f31b0f7f4fa09f9f29f32a5e0cf288e36fad37a7139fcb447d5c05eefe18e
Contents?: true
Size: 175 Bytes
Versions: 18
Compression:
Stored size: 175 Bytes
Contents
module BivouacSample::Controllers class RemoteForm < R '/remote_form' def get render :remote_form end def post render :remote_form end end end
Version data entries
18 entries across 18 versions & 1 rubygems