mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 16:31:41 +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
|
||||
end
|
||||
|
||||
def url
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
||||
def limit
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue