Skip to content

Commit

Permalink
Update lib/simple_form/form_builder.rb
Browse files Browse the repository at this point in the history
Co-Authored-By: Marcos Ferreira <mracos@users.noreply.github.com>
  • Loading branch information
tegon and mracos committed Oct 3, 2019
1 parent 98ee97d commit a8064eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/simple_form/form_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def find_custom_type(attribute_name)
#
# Note: This does not support multiple file upload inputs, as this is very application-specific.
#
# The order here was choosen based on the popularity of Gems:
# The order here was chosen based on the popularity of Gems:
#
# - `#{attribute_name}_attachment` - ActiveStorage >= `5.2` and Refile >= `0.2.0` <= `0.4.0`
# - `remote_#{attribute_name}_url` - Refile >= `0.3.0` and CarrierWave >= `0.2.2`
Expand Down

0 comments on commit a8064eb

Please sign in to comment.