mailr/app/helpers/contact_group_helper.rb
2009-07-30 13:01:48 +08:00

5 lines
122 B
Ruby

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