Is there any difference between using Rails.application.config vs Rails.configuration when doing custom configuration ?
Rails.application.config
Rails.configuration
Apart from the number of characters, there is no difference between the two methods. They both point to the same configuration object: