Sha256: e71bac093c5862f66952cb8789219bd35013f1c894507550b77b62afd833dbb7

Contents?: true

Size: 341 Bytes

Versions: 2

Compression:

Stored size: 341 Bytes

Contents

module Reform
  def self.rails3_0?
    ::ActiveModel::VERSION::MAJOR == 3 and ::ActiveModel::VERSION::MINOR == 0
  end
end

require "disposable"
require "reform/contract"
require "reform/form"
require "reform/form/composition"
require "reform/form/active_model"
require "reform/form/module"


if defined?(Rails)
  require "reform/rails"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
reform-2.1.0 lib/reform.rb
reform-2.1.0.rc1 lib/reform.rb