Sha256: 6947d83cbc017ffd6f54ac12356ab2d247bdb4c74b9ec7ccfd5ea0b93ac5385d
Contents?: true
Size: 384 Bytes
Versions: 8
Compression:
Stored size: 384 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=>@member.id; } #link_to_edit { stag: start_link_tag :action=>'edit', :id=>@member.id; } #link_to_destroy { stag: start_link_tag({:action=>'destroy', :id=>@member.id}, :confirm=>'Are you sure?'); }
Version data entries
8 entries across 4 versions & 1 rubygems