Shard#relative_id_for stub

Change-Id: I39358c7f18054cb17fc260ed9be052e7cc75b76e
Reviewed-on: https://gerrit.instructure.com/18898
Tested-by: Jenkins <jenkins@instructure.com>
Product-Review: Jacob Fugal <jacob@instructure.com>
QA-Review: Jacob Fugal <jacob@instructure.com>
Reviewed-by: Cody Cutrer <cody@instructure.com>
This commit is contained in:
Jacob Fugal 2013-03-22 00:42:32 -06:00
parent 19edc5dcb9
commit 69c235ea57
1 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,10 @@ class Shard
"default"
end
def relative_id_for(any_id, target_shard = nil)
any_id
end
def self.global_id_for(any_id)
any_id
end