person_notifier_helper.rb 221 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 module PersonNotifierHelper include ApplicationHelper private def path_to_image(source) top_url + source end def top_url top_url = @profile.environment ? @profile.environment.top_url : '' end end