Sha256: 0f5059e4894543e47c4d9d2ce5e1141f3131b0b8a2780503d7bf436ddfbfc007

Contents?: true

Size: 217 Bytes

Versions: 7

Compression:

Stored size: 217 Bytes

Contents

class CreateAuthzControllerActions < ActiveRecord::Migration[5.2]
  def change
    create_table :authz_controller_actions do |t|
      t.string :controller
      t.string :action

      t.timestamps
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
authz-0.0.2 db/migrate/20181129024103_create_authz_controller_actions.rb
authz-0.0.1 db/migrate/20181129024103_create_authz_controller_actions.rb
authz-0.0.1.alpha5 db/migrate/20181129024103_create_authz_controller_actions.rb
authz-0.0.1.alpha4 db/migrate/20181129024103_create_authz_controller_actions.rb
authz-0.0.1.alpha3 db/migrate/20181129024103_create_authz_controller_actions.rb
authz-0.0.1.alpha2 db/migrate/20181129024103_create_authz_controller_actions.rb
authz-0.0.1.alpha db/migrate/20181129024103_create_authz_controller_actions.rb