Class: Patches::Patch
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Patches::Patch
- Defined in:
- lib/patches/patch.rb
Class Method Summary collapse
Class Method Details
.path_lookup ⇒ Object
6 7 8 |
# File 'lib/patches/patch.rb', line 6 def self.path_lookup Hash[pluck(:path, :created_at)] end |