Hi, I have some difficulties on using @resquest.restful(). I want to do some experiments using GET, POST, PUSH and DELETE, but i can not make it work. Only GET works for me.
How can i do for example a def POST(name): ??
I did this:
def POST(name):
return db.blog.validate_and_insert(name = name)
cumps,
Tiago

