Module: Vline::Helper

Defined in:
lib/vline.rb

Instance Method Summary collapse

Instance Method Details

#vline_launch(content, userId = nil) ⇒ Object



33
34
35
# File 'lib/vline.rb', line 33

def vline_launch(content, userId=nil)
  link_to(content, {:action => 'launch', :controller => '/vline', :userId => userId}, :target => '_blank')
end