このコミットが含まれているのは:
2026-06-03 23:05:46 +09:00
コミット b5834976d2
28個のファイルの変更854行の追加542行の削除
+1 -1
ファイルの表示
@@ -103,7 +103,7 @@ class WikiPagesController < ApplicationController
render json: WikiPageRepr.base(page), status: :created
rescue ActiveRecord::RecordInvalid => e
render_model_errors(e.record)
render_validation_errors e.record
rescue ActiveRecord::RecordNotUnique
render_record_not_unique
end