Guest User

Untitled

a guest
Jun 22nd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. = render :partial => 'interface', :locals => {:f => f, :interface => @device.interfaces }
  2.  
  3. - f.fields_for(interfaces_attributes[]), @interfaces do |fi|
  4.  
  5. Showing app/views/devices/_interface.html.haml where line #2 raised:
  6.  
  7. compile error
  8. /home/bass/svn/catalogo/trunk/catalogo/app/views/devices/_interface.html.haml:2: syntax error, unexpected ',', expecting kEND
  9. ..._for(interfaces_attributes[]), @interfaces do |fi|;
  10. ^
Add Comment
Please, Sign In to add comment