Module: NotifyHelper

Defined in:
app/helpers/notify_helper.rb

Instance Method Summary collapse

Instance Method Details

#p_notify(id, options = {}, &block) ⇒ Object



3
4
5
6
# File 'app/helpers/notify_helper.rb', line 3

def p_notify(id,options={},&block)    
   output = notify_encode_markup(id,options,&block)  
   output += notify_encode_script(id,options)              		                        
end