5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 14:41:41 +00:00

implementar la misma api en todos los deploys

This commit is contained in:
f 2022-03-16 18:19:04 -03:00
parent ea1ac09f96
commit 199199117d

View file

@ -18,6 +18,10 @@ class Deploy < ApplicationRecord
raise NotImplementedError
end
def url
raise NotImplementedError
end
def limit
raise NotImplementedError
end