VRFS-1664 fixed typo

This commit is contained in:
Jonathan Kolyer 2014-06-06 06:08:32 +00:00
parent 18167e898d
commit 98ede13fbc
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ SQL
def self.send_new_musician_batch
oo = self.create
oo..deliver_batch
oo.deliver_batch
oo
end