'resource with or without resolve in rails?

Can anyone explain the difference between the following codes:
resource without resolve

resource :geocoder

now resource with resolve

resource :geocoder
resolve('Geocoder') { [:geocoder] }

and now resource with plural symbol

resource :geocoders


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source