Sha256: 9b2b6136ef513adbb7f39468e9a8d64f91009caa15f4d2a7c414e2b296823b4a
Contents?: true
Size: 173 Bytes
Versions: 15
Compression:
Stored size: 173 Bytes
Contents
class TypeOne < ActiveRecord::Base attr_accessible :formatting, :raw, :title acts_as_citable do |c| c.format_field = 'formatting' c.data_field = 'raw' end end
Version data entries
15 entries across 15 versions & 1 rubygems