Sha256: 5393e1cbb44e2bb69f80e4beab87be5d91b9f7bea929bd07d03470685bec9f69
Contents?: true
Size: 377 Bytes
Versions: 4
Compression:
Stored size: 377 Bytes
Contents
#link_to_list { stag: start_link_tag :action=>'list'; } #link_to_new { stag: start_link_tag :action=>'new'; } #link_to_show { stag: start_link_tag :action=>'show', :id=>@group; } #link_to_edit { stag: start_link_tag :action=>'edit', :id=>@group; } #link_to_destroy { stag: start_link_tag({:action=>'destroy', :id=>@group}, :confirm=>'Are you sure?'); }
Version data entries
4 entries across 4 versions & 1 rubygems