Refactor micropub specific things out to a slice
This commit is contained in:
7
slices/micropub/repos/webmentions_repo.rb
Normal file
7
slices/micropub/repos/webmentions_repo.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
module Micropub
|
||||
module Repos
|
||||
class WebmentionsRepo < Adamantium::Repo[:webmentions]
|
||||
commands :create
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user