linting teh hamels
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user