2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-05-10 03:08:49 +00:00
2023-01-27 16:32:21 +01:00

9 lines
134 B
Ruby

module Jekyll
module Drops
class UrlDrop < Drop
def author
@obj.author
end
end
end
end