Module: GrowlHelper

Defined in:
app/helpers/growl_helper.rb

Constant Summary collapse

ALERT_TYPES =
[:error, :info, :warn]

Instance Method Summary collapse

Instance Method Details

#p_growl(id, options = {}) ⇒ Object



4
5
6
7
# File 'app/helpers/growl_helper.rb', line 4

def p_growl(id,options={})    
   output = growl_encode_markup(id,options)  
   output += growl_encode_script(id,options)              		                        
end