Added require of photo model constants

This commit is contained in:
Brenda Wallace
2017-01-07 12:44:08 +13:00
parent 5b633b484b
commit 88b1f02574

View File

@@ -1,3 +1,4 @@
require_relative '../constants/photo_models.rb'
class Photo < ActiveRecord::Base
belongs_to :owner, class_name: 'Member'