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
Post a Comment