forked from bofh/fetsite
4 lines
73 B
Ruby
4 lines
73 B
Ruby
class Calendar < ActiveRecord::Base
|
|
attr_accessible :name, :public
|
|
end
|