Class: Patches::Patch

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/patches/patch.rb

Class Method Summary collapse

Class Method Details

.path_lookupObject



6
7
8
# File 'lib/patches/patch.rb', line 6

def self.path_lookup
  Hash[pluck(:path, :created_at)]
end