Flowdock
method

down

Importance_0
v7.0.0 - Show latest stable - 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 14
  def down
    remove_column :active_storage_blobs, :service_name
  end
Register or log in to add new notes.