This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2009-05-07 17:54:33 +00:00
|
|
|
class Layout < CouchFoo::Base
|
|
|
|
|
|
|
|
property :name, String
|
2009-06-26 13:16:37 +00:00
|
|
|
property_i18n :content, String
|
2009-05-07 17:54:33 +00:00
|
|
|
|
|
|
|
validates_presence_of :name
|
|
|
|
|
|
|
|
end
|