5 lines
122 B
Ruby
Executable file
5 lines
122 B
Ruby
Executable file
module ContactGroupHelper
|
|
def link_save() "/contact_group/save" end
|
|
def link_list() "/contact_group/list" end
|
|
end
|