Sha256: b4b6eaf0a67de4506ac506ffea890bd34a831e410726dec85e7fa63b45393156
Contents?: true
Size: 168 Bytes
Versions: 2
Compression:
Stored size: 168 Bytes
Contents
class AccessibleModel < ActiveRecord::Base has_fields do |f| f.integer :first, :default => 0 f.integer :second, :default => 0, :accessible => false end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
automigration-0.2.2 | test/models/accessible_model.rb |
automigration-0.2.1 | test/models/accessible_model.rb |