Flowdock
method

down

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: AddServiceNameToActiveStorageBlobs
down() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activestorage/db/update_migrate/20190112182829_add_service_name_to_active_storage_blobs.rb, line 16
  def down
    return unless table_exists?(:active_storage_blobs)

    remove_column :active_storage_blobs, :service_name
  end
Register or log in to add new notes.