Sha256: ccb326d294ef58dc6326cc6741ace045ccf4972c02b84af16ea3e59e87b766dd
Contents?: true
Size: 286 Bytes
Versions: 3
Compression:
Stored size: 286 Bytes
Contents
class AddUsersGroupsTable < ActiveRecord::Migration def change create_table :faalis_groups_users do |t| if Faalis::Engine.use_uuid t.uuid :user_id t.uuid :group_id else t.belongs_to :user t.belongs_to :group end end end end
Version data entries
3 entries across 3 versions & 1 rubygems