ActiveRecord を使用して同じ結果を得るにはどうすればよいですか?
SELECT categories.* FROM categories
INNER JOIN levels ON levels.id = categories.level_id where levels.description <= "Medium"
ActiveRecord を使用して同じ結果を得るにはどうすればよいですか?
SELECT categories.* FROM categories
INNER JOIN levels ON levels.id = categories.level_id where levels.description <= "Medium"