Sha256: 2b9c7a7b416e3a24c2e402c852bc242c281c36c67bc4b71335d4dd2db85ee50f
Contents?: true
Size: 210 Bytes
Versions: 36
Compression:
Stored size: 210 Bytes
Contents
# -*- encoding : utf-8 -*- class <%= migration_class_name %> < <%= @migration_parent_class %> def up <% if @migration_action == 'import' -%> import_json "<%= @json_filename %>" <% end -%> end end
Version data entries
36 entries across 36 versions & 2 rubygems