norman / friendly_id

FriendlyId is the “Swiss Army bulldozer” of slugging and permalink plugins for ActiveRecord. It allows you to create pretty URL’s and work with human-friendly strings as if they were numeric ids for ActiveRecord models.
http://norman.github.io/friendly_id/
MIT License
6.13k stars 589 forks source link

Adopt standard syntax #978

Closed parndt closed 3 years ago

parndt commented 3 years ago

To get the codebase into a consistent state, I've formatted it using the standard gem.

This lets us get on with writing code without spending any time deciding how it should look.