2
0
mirror of https://github.com/moebooru/moebooru synced 2025-09-05 08:25:10 +00:00

Replace explicit require with autoloader.

This commit is contained in:
edogawaconan
2014-08-23 09:45:32 +09:00
parent b334e45a6b
commit 697bbea8a2
27 changed files with 56 additions and 56 deletions

View File

@@ -1,4 +1,4 @@
module PostSqlMethods
module Post::SqlMethods
module ClassMethods
def find_by_tag_join(tag, options = {})
tag = tag.downcase.tr(" ", "_")