linting teh hamels

This commit is contained in:
2015-10-03 08:57:06 -05:00
parent 8cdb204a94
commit c1f872e9a1
9 changed files with 57 additions and 36 deletions

View File

@ -9,7 +9,7 @@
- @parent.children.each do |child|
%li
= child.name
= link_to 'remove', del_parenthood_path(@parent, child), {method: :delete}
= link_to 'remove', del_parenthood_path(@parent, child), method: :delete
%p Add Child:
:ruby