fixed upload->post converion process

This commit is contained in:
albert
2010-03-17 19:20:44 -04:00
parent ca8be10ab9
commit dcf8d0df4c
20 changed files with 346 additions and 100 deletions

View File

@@ -186,5 +186,10 @@ module Danbooru
</script>
}.html_safe
end
# The number of posts displayed per page.
def posts_per_page
20
end
end
end