Sha256: 68ed510172bd960b609e38cc47ec8c5233e8df37670fc43cb69491be8ac65f59

Contents?: true

Size: 122 Bytes

Versions: 1

Compression:

Stored size: 122 Bytes

Contents

module Arison
  class Migration < ActiveRecord::Migration[4.2]
    def self.run_dsl(dsl)
      eval dsl
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
arison-0.2.0 lib/arison/migration.rb