ivanpoval wrote in post #970734: > With ActiveSupport from Rails it's also possible: > @providers = @authentications.map(&:provider)
However, this is slightly slower, so while I use it in tests, I tend not to use it in application code. > -- > Thanks, Ivan Povalyukhin Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] Sent from my iPhone -- Posted via http://www.ruby-forum.com/. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

