meeting
This commit is contained in:
1
app/views/meetings/index.js.erb
Normal file
1
app/views/meetings/index.js.erb
Normal file
@@ -0,0 +1 @@
|
||||
$("#meetings_for_<%= @parent.class.to_s %>_<%= @parent.id.to_s %>").replaceWith("<%=escape_javascript( render :partial=>"meetings/meeting_list", object: @meetings, locals: {parent: @parent} ) %>");
|
||||
Reference in New Issue
Block a user