rails--rails/activestorage/lib/active_storage/transformers
Rafael Mendonça França d6f2e17908
Make sure allowed image processing arguments are correctly loaded
If for some reason the files that defined those constants were loaded
before the `after_initialize` block, the values of the configuration
would not be applied.

With this new implementation we always use the configuration value, so
the order things are defined doesn't matter.
2022-03-11 17:45:39 +00:00
..
image_processing_transformer.rb Make sure allowed image processing arguments are correctly loaded 2022-03-11 17:45:39 +00:00
transformer.rb Standardize :doc: comments [ci skip] 2021-08-06 17:10:45 +09:00