forked from bofh/fetsite
5 lines
91 B
Ruby
5 lines
91 B
Ruby
class Calentry < ActiveRecord::Base
|
|
attr_accessible :ende, :start, :summary, :typ
|
|
|
|
end
|