# File lib/etherpad-lite/models/group.rb, line 102 def create_pad(id, options={}) options[:groupID] = @id super groupify_pad_id(id), options end