I am trying to add an array to my model "User"
serialize :year, Array
How do I add this attribute to my model? I see most places saying to just write this into the Users.rb file, but then there is never a column. Am I missing something?
Also, How do I access it from my controller? Thanks