Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于我的应用程序的性质,我需要一些记录is_deleted在被删除时设置一个标志。
is_deleted
收到 HTTP 后,有没有办法在 flask-restless 中做到这一点DELETE?
DELETE
我是 Rails 编程的新手,我正在尝试对对象进行基本保存。我的控制器中的代码如下:
def create @subject = Subject.new @subject.resource_id = params[:subject][:resource_id] @su