Files
fetsite/app/models/calentry.rb
2013-08-06 00:48:45 +02:00

5 lines
91 B
Ruby

class Calentry < ActiveRecord::Base
attr_accessible :ende, :start, :summary, :typ
end