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.
vestalバージョンを持つuser_id、user_name、user_typeをバージョンテーブルに挿入する方法は?
class Page < ActiveRecord::Base versioned end
バージョン管理されたモデル:updated_byにフィールドを追加する必要があります。そうすると、プラグインが残りの作業を行います。たとえば、
@page.update_attributes(:body => "some cool content", :updated_by => current_user)