# File lib/generators/paperclip/paperclip_generator.rb, line 21
  def migration_name
    "add_attachment_#{attachment_names.join("_")}_to_#{name.underscore}"
  end