Compare commits

..

No commits in common. "patch-1" and "master" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ class Admin::PageContentsController < OrbitAdminController
end
def create
PageContext.where("page_id" => params["page_context"]["page_id"]).destroy_all
@page_content = PageContext.new(update_params)
@page_content.update_user_id = current_user.id
@page_content.save