Flowdock
method

default_to

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: Variation
default_to(defaults) 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/variation.rb, line 48
  def default_to(defaults)
    self.class.new transformations.reverse_merge(defaults)
  end
Register or log in to add new notes.