I\'m following Michael Hartl\'s tutorial here and am trying to create an index of users.
My code:
class UsersController < ApplicationController
If you followed the tutorial and added the options hash to the function then you're only missing the {} around the options.
This should work. <%= gravatar_for user, {size: 52} %>
<%= gravatar_for user, {size: 52} %>