Add urgent
scope and by_version
method to SoftwareUpdate
(#33470)
This commit is contained in:
parent
4cf031ee13
commit
ef39398b82
4 changed files with 32 additions and 3 deletions
|
@ -6,7 +6,7 @@ module Admin
|
|||
|
||||
def index
|
||||
authorize :software_update, :index?
|
||||
@software_updates = SoftwareUpdate.all.sort_by(&:gem_version)
|
||||
@software_updates = SoftwareUpdate.by_version
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue