class Patches::Patch

Public Class Methods

path_lookup() click to toggle source
# File lib/patches/patch.rb, line 6
def self.path_lookup
  Hash[pluck(:path, :created_at)]
end