friends_helper.rb 172 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 module FriendsHelper def link_to_import(text, options = {}) options.merge!({:action => 'invite', :import => 1, :wizard => true}) link_to text, options end end