mentby.com
Blog | Jobs | Help | Signup | Login

Someone already need to list the registrations of user from devise?

I want to do this list, with the option of admin delete users.

   I did not found nothing about that on documentation =/

--
*Fernando Aureliano*

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk*******.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe*******.
For more options, visit this group at  http://groups.google.com/group/rubyonrails-talk?hl=en.


Fernando Aureliano Mon, 13 Jun 2011 17:14:13 -0700

Refer to this: http://www.tonyamoyal.com/2010/09/29/rails-authentication-wi[..]
and you are good to go. :)

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk*******.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe*******.
For more options, visit this group at  http://groups.google.com/group/rubyonrails-talk?hl=en.


Jatin Mon, 13 Jun 2011 22:11:33 -0700

rails g controller users index

def index
*******(:all)
end

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk*******.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe*******.
For more options, visit this group at  http://groups.google.com/group/rubyonrails-talk?hl=en.


ashu Tue, 14 Jun 2011 02:43:21 -0700



Related Topics

Post a Comment