Why can\'t I do something like this:
class CreateModels < ActiveRecord::Migration def self.up create_table :fruit do |t| t.array :apples e
You may use serialize. But if an Apple is going to be an AR object, use associations.