work on controllers/views started

This commit is contained in:
albert
2010-03-11 19:42:04 -05:00
parent ac98d7db37
commit 15c134b270
34 changed files with 720 additions and 7543 deletions

View File

@@ -1,5 +1,8 @@
module Danbooru
class CustomConfiguration < Configuration
# Define your custom overloads here
def app_name
"f"
end
end
end