Sha256: 89abdc6998d96514f37583d4daf0a9217882c4b32b9e16205279ff26377f2727
Contents?: true
Size: 224 Bytes
Versions: 29
Compression:
Stored size: 224 Bytes
Contents
post = Post.create( :subject => "Hello World", :content => "Um Text", :id => 1, :category_id => 1, :keywords_file => (File.dirname(__FILE__) + '/post_keywords.txt') ) post.authors << Author.find(:first) post.save
Version data entries
29 entries across 29 versions & 2 rubygems