project_image.rb 157 Bytes Edit Raw Blame History 1 2 3 4 #FIXME: remove this after the migration has been done and modify the migration accordingly class ProjectImage < ActiveRecord::Base belongs_to :project end