mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Implied well enough
This commit is contained in:
parent
4038bda96b
commit
ea429eaa14
1 changed files with 2 additions and 2 deletions
|
@ -28,11 +28,11 @@ class ActiveFile::Site
|
|||
end
|
||||
|
||||
|
||||
def copy(from_key:, to_key:)
|
||||
def copy(from:, to:)
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
||||
def move(from_key:, to_key:)
|
||||
def move(from:, to:)
|
||||
raise NotImplementedError
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue