Sha256: 8c21ac9f7aea60d6326bb0633d985a4c2d722d120cf16c5f5f7447c077234757
Contents?: true
Size: 156 Bytes
Versions: 2
Compression:
Stored size: 156 Bytes
Contents
class RecordChangedField < ActiveRecord::Base # attr_accessible :data, :from_format acts_as_citable do |c| c.format_field = 'from_format' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
acts_as_citable-4.0.0 | test/dummy/app/models/record_changed_field.rb |
acts_as_citable-3.0.0 | test/dummy/app/models/record_changed_field.rb |