mailr/app/helpers/contact_group_helper.rb
2011-06-24 23:48:08 +02:00

5 lines
122 B
Ruby
Executable file

module ContactGroupHelper
def link_save() "/contact_group/save" end
def link_list() "/contact_group/list" end
end