fatfreecrm/fat_free_crm

View on GitHub
app/views/admin/groups/update.js.haml

Summary

Maintainability
Test Coverage
- id = dom_id(@group)

- if @group.errors.empty?
  $('##{id}').replaceWith('#{ j render(partial: "group", collection: [ @group ]) }')
  $('##{id}').effect("highlight", { duration:1000 });
- else
  $('##{id}').html('#{j render(partial: "edit") }')
  $('#group_name').focus()