9 lines
145 B
Ruby
9 lines
145 B
Ruby
module Danbooru
|
|
class CustomConfiguration < Configuration
|
|
# Define your custom overloads here
|
|
def app_name
|
|
"f"
|
|
end
|
|
end
|
|
end
|