afimb/chouette2

View on GitHub
app/views/time_table_combinations/create_success.js.erb

Summary

Maintainability
Test Coverage

var combine_form_partial = '<%= j render "time_table_combinations/combine_form" %> ';

$('#new_time_table_combination').replaceWith(combine_form_partial);

var time_table_partial = '<%= j render "time_tables/show_time_table" %> ';
$('#time_table_show').replaceWith(time_table_partial);