Flowdock
method

identify_without_saving

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: Identifiable
identify_without_saving() public

No documentation

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

Hide source
# File activestorage/app/models/active_storage/blob/identifiable.rb, line 9
  def identify_without_saving
    unless identified?
      self.content_type = identify_content_type
      self.identified = true
    end
  end
Register or log in to add new notes.