LoginSignup
1
1

More than 5 years have passed since last update.

acts_as_versionedを使う

Posted at

化石のようなライブラリだけど、他によさそうなのが見つからなかったので使う。
案の定Rails3で使おうとしてうまく動かなかったのでメモ

Gemfile
gem 'acts_as_versioned_rails3'
class Entry < ActiveRecord::Base
  acts_as_versioned_rails3 
end

今時のRailsではもう誰も使ってなさそう・・・。

1
1
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1