リファクタリングと DRY を手伝ってもらえますか? 私にはアイデアがありません。ありがとう。
if request.xhr?
render :json => {
:status => true,
:location => root_url + "/projects",
:message => I18n.t("project.destroy")
}
else
flash[:notice] = I18n.t("project.destroy")
redirect_to :action => :index
end