forked from bofh/fetsite
5 lines
96 B
Ruby
5 lines
96 B
Ruby
class Gallery < ActiveRecord::Base
|
|
attr_accessible :datum, :desc, :name
|
|
has_many :fotos
|
|
end
|