Sha256: a0fce06f3913976e8e4cd8a0c1bb9fbbda3360976525a3d38b700f1d408c1fd5
Contents?: true
Size: 235 Bytes
Versions: 19
Compression:
Stored size: 235 Bytes
Contents
class CreateStorytimePermissions < ActiveRecord::Migration def change create_table :storytime_permissions do |t| t.belongs_to :role, index: true t.belongs_to :action, index: true t.timestamps end end end
Version data entries
19 entries across 19 versions & 1 rubygems