mezuro/prezento

View on GitHub
app/models/project_image.rb

Summary

Maintainability
A
0 mins
Test Coverage
#FIXME: remove this after the migration has been done and modify the migration accordingly
class ProjectImage < ActiveRecord::Base
  belongs_to :project
end