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