Fix tag local clash with Hanami

This commit is contained in:
2023-09-18 19:29:01 +10:00
parent 22c382c028
commit 7ee1cc3771
5 changed files with 10 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ module Adamantium
end
end
expose :tag do |slug:|
expose :post_tag do |slug:|
tag_repo.fetch!(slug)
end
end