Sha256: 27dbd88bd87d1defb35c51cf9d5f0ef04aa9738ad4842703885d3d4a25d96362

Contents?: true

Size: 152 Bytes

Versions: 1

Compression:

Stored size: 152 Bytes

Contents

module Bushido
  module UserHelper
    def notify(title, body, category)
      Bushido::User.notify(self.ido_id, title, body, "chat")
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bushido-0.0.36 lib/bushido/user_helper.rb