5 lines
98 B
5 lines
98 B
6 years ago
|
class SchoolImage < ActiveRecord::Base
|
||
|
# attr_accessible :title, :body
|
||
|
belongs_to :school
|
||
|
end
|