eBooru/docker/danbooru_local_config.rb

8 lines
141 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
2011-08-29 16:54:39 -04:00
module Danbooru
class CustomConfiguration < Configuration
# Define your custom overloads here
end
end