I'm new to web development and Ruby on Rails, so this might be a very easy question to answer, but I can't find anything after researching.
I need to create a table which will contain a name, e-mail address and avatar image. I'm aware that the names and e-addresses will need to be set as strings, but I'm not sure what field type to use for the image.
Can anyone help me out?
Thanks