# File lib/etherpad-lite/models/chat_message.rb, line 28 def pad if pad_id @pad ||= Pad.new(instance, pad_id) else nil end end