Sha256: 314f175f0cbd518b4be3a321c71a514f83f2e274f7e82cf40d2d3fc5d4aab81a

Contents?: true

Size: 152 Bytes

Versions: 2

Compression:

Stored size: 152 Bytes

Contents

# encoding: utf-8
class FormField2 < ActiveRecord::Base
  has_fields do |f|
    f.string :string, :ru => 'Атрибут', :en => 'Attribute'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
automigration-0.2.2 test/models/form_field2.rb
automigration-0.2.1 test/models/form_field2.rb