diff --git a/app/controllers/my_profile/cms_controller.rb b/app/controllers/my_profile/cms_controller.rb index e25bee5..9b957fb 100644 --- a/app/controllers/my_profile/cms_controller.rb +++ b/app/controllers/my_profile/cms_controller.rb @@ -480,7 +480,7 @@ class CmsController < MyProfileController files = profile.files end - files = files.more_recent + files = files.reorder('created_at DESC') images = files.images generics = files.no_images -- libgit2 0.21.2