Sha256: 8ef298d385be93f2b8f271d95acf763bccf4f94923d6b1e44384ee6e5fbddd01
Contents?: true
Size: 206 Bytes
Versions: 87
Compression:
Stored size: 206 Bytes
Contents
# -*- encoding : utf-8 -*- class <%= migration_class_name %> < <%= @migration_parent_class %> def up <% if @migration_action == 'import' -%> import_cards '<%= @json_filename %>' <% end -%> end end
Version data entries
87 entries across 87 versions & 1 rubygems