Files
danbooru/config/danbooru_local_config.rb
2010-03-17 19:20:44 -04:00

13 lines
185 B
Ruby

module Danbooru
class CustomConfiguration < Configuration
# Define your custom overloads here
def app_name
"f"
end
def posts_per_page
1
end
end
end