bumi / decent-organizations

A collection of resources for decent organizations
http://bumi.github.io/decent-organizations
3 stars 1 forks source link

Friendly URLs #21

Closed Plsr closed 6 years ago

Plsr commented 6 years ago

NOTE: After the migrations have run, all existing posts and categories need to be touched and saved once to populate the slugs. Is it sufficient to run Category.find_each(&:save) and Post.find_each(&:save) in the console or do we need a rake script (or something else, I'm honestly not too sure what the best approach would be)?

Closes #10