Sha256: 4c7fb26194bc7f7fc1ee9a730af9551741942bf554b26087886ce574043bb108
Contents?: true
Size: 164 Bytes
Versions: 4
Compression:
Stored size: 164 Bytes
Contents
class CreatePostsTags < ActiveRecord::Migration def change create_table :posts_tags do |t| t.belongs_to :post t.belongs_to :tag end end end
Version data entries
4 entries across 4 versions & 1 rubygems