Merge branch 'master' into add_nr

This commit is contained in:
Renée Hendricksen 2016-08-14 20:51:21 -04:00 committed by GitHub
commit 82c27c37f3

View File

@ -123,7 +123,7 @@ module Travis
end
def owner_key(feature, owner)
suffix = owner.class.table_name
suffix = owner.class.table_name if owner
"#{key(feature)}:#{suffix}"
end