ee
Ruby
code posted
created at 07 Nov 20:00
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 |
class Pasta include DataMapper::Resource property :id, Serial property :content, Text property :paster, String property :title, String property :language, String property :created_at, DateTime property :updated_at, DateTime end |
370 Bytes in 2 ms with coderay