render partials: set the name of a collection manually?

I usually rename variable inside partial like this:

/mycontroller/_some_users.rhtml

<% users = some_users %> <% for user in users %>    ..... <% end %>