Skip to content

Commit

Permalink
wings: hard-code AF::File.default_sort_params
Browse files Browse the repository at this point in the history
  • Loading branch information
dunn authored and tamsin johnson committed Dec 15, 2021
1 parent a91445f commit 3d0daba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/wings/setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ def self.supports_property?(property)
def self.properties
metadata.properties
end

def self.default_sort_params
["system_create_dtsi asc"]
end
end

module Associations
Expand Down

0 comments on commit 3d0daba

Please sign in to comment.