RAILS restful input security using Devise -


i have restful input working rails app.

the following works fine:

http://my.url/types?type[typecode]=test&type[typedesc]=test%20description 

but, if add gem devise , put types controller, won't work:

before_filter :authenticate_user! 

how add user, password rest input?

thanks help!


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -