mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 18:56:21 +00:00
implementar la misma api en todos los deploys
This commit is contained in:
parent
ea1ac09f96
commit
199199117d
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ class Deploy < ApplicationRecord
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def url
|
||||||
|
raise NotImplementedError
|
||||||
|
end
|
||||||
|
|
||||||
def limit
|
def limit
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue