Sha256: 2f3acdbfb11ca4e404dfabde78004df4e4c27fde55d9591b76d5a275371a63d0
Contents?: true
Size: 242 Bytes
Versions: 6
Compression:
Stored size: 242 Bytes
Contents
# This migration comes from faalis (originally 20140613120923) class AddUsersGroupsTable < ActiveRecord::Migration def change create_table :faalis_groups_users do |t| t.belongs_to :user t.belongs_to :group end end end
Version data entries
6 entries across 6 versions & 2 rubygems