mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
9 lines
134 B
Ruby
9 lines
134 B
Ruby
module Jekyll
|
|
module Drops
|
|
class UrlDrop < Drop
|
|
def author
|
|
@obj.author
|
|
end
|
|
end
|
|
end
|
|
end |