assemblymade/coderwall

View on GitHub
app/views/teams/create.js.erb

Summary

Maintainability
Test Coverage
$('section.feature:not(.payment)').hide();
$('section.feature.payment').append('<%= escape_javascript(render :partial => "payment", :locals => {:account => @team.account || @team.build_account, :plan => @team.account.try(:current_plan)}) %>');
$('section.feature.payment').show();
setupPayment();