forked from bofh/fetsite
a lot of new models ...
Fotogallary, gremien, fetprofil,
This commit is contained in:
3
app/models/fetprofile.rb
Normal file
3
app/models/fetprofile.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
class Fetprofile < ActiveRecord::Base
|
||||
attr_accessible :active, :desc, :fetmailalias, :nachname, :picture, :short, :vorname
|
||||
end
|
||||
3
app/models/foto.rb
Normal file
3
app/models/foto.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
class Foto < ActiveRecord::Base
|
||||
attr_accessible :datei, :desc, :gallery_id, :title
|
||||
end
|
||||
3
app/models/gallery.rb
Normal file
3
app/models/gallery.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
class Gallery < ActiveRecord::Base
|
||||
attr_accessible :datum, :desc, :name
|
||||
end
|
||||
3
app/models/gremium.rb
Normal file
3
app/models/gremium.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
class Gremium < ActiveRecord::Base
|
||||
attr_accessible :desc, :name, :typ
|
||||
end
|
||||
3
app/models/membership.rb
Normal file
3
app/models/membership.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
class Membership < ActiveRecord::Base
|
||||
attr_accessible :fetprofile_id, :gremium_id, :start, :stop, :typ
|
||||
end
|
||||
Reference in New Issue
Block a user