class HubStore::Storage::Issue
Public Class Methods
for(repo)
click to toggle source
# File lib/hub_store/storage/issue.rb, line 8 def self.for(repo) where(repo: repo.to_s) end
latest_update()
click to toggle source
# File lib/hub_store/storage/issue.rb, line 12 def self.latest_update recently_updated_first.first&.updated_at end