Compare commits
	
		
			1 Commits
		
	
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								
								 | 
						fa6587265f | 
| 
						 | 
					@ -33,6 +33,7 @@ class Admin::PageContentsController < OrbitAdminController
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def create
 | 
					  def create
 | 
				
			||||||
 | 
					    PageContext.where("page_id" => params["page_context"]["page_id"]).destroy_all
 | 
				
			||||||
    @page_content = PageContext.new(update_params)
 | 
					    @page_content = PageContext.new(update_params)
 | 
				
			||||||
    @page_content.update_user_id = current_user.id
 | 
					    @page_content.update_user_id = current_user.id
 | 
				
			||||||
    @page_content.save
 | 
					    @page_content.save
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue