Sha256: 43c72bf42ec5d9905f0a3b819c90767854520f6f60cf303b440cbd3b79f4b84b
Contents?: true
Size: 214 Bytes
Versions: 8
Compression:
Stored size: 214 Bytes
Contents
class CreatePermissions < ActiveRecord::Migration def change create_table :permissions do |t| t.integer :user_id, :thing_id t.string :thing_type, :action t.timestamps end end end
Version data entries
8 entries across 8 versions & 1 rubygems