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:
@@ -1,4 +1,4 @@
|
||||
module PostSqlMethods
|
||||
module Post::SqlMethods
|
||||
module ClassMethods
|
||||
def find_by_tag_join(tag, options = {})
|
||||
tag = tag.downcase.tr(" ", "_")
|
||||
|
Reference in New Issue
Block a user