9 lines
137 B
Ruby
9 lines
137 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Danbooru
|
|
module Helpers
|
|
module_function
|
|
extend ActionView::Helpers::DateHelper
|
|
end
|
|
end
|