Sha256: 6797328c42ffa6d22c604de79cf8375e1924220cf3280f80e7e28137908c95b7
Contents?: true
Size: 203 Bytes
Versions: 1
Compression:
Stored size: 203 Bytes
Contents
# vendor/plugins/yaffle/test/schema.rb ActiveRecord::Schema.define(:version => 0) do create_table :articles, :force => true do |t| t.string :title t.string :content t.timestamps end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
has_comments-0.3.0 | test/schema.rb |