Sha256: 5c8d19f5fd9f6622a51b7781e96a5192c5c89f65c06bcfa87787388aa7dd3310
Contents?: true
Size: 320 Bytes
Versions: 6
Compression:
Stored size: 320 Bytes
Contents
module Reform def self.rails3_0? ::ActiveModel::VERSION::MAJOR == 3 and ::ActiveModel::VERSION::MINOR == 0 end end 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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
reform-2.0.5 | lib/reform.rb |
reform-2.0.4 | lib/reform.rb |
reform-2.0.3 | lib/reform.rb |
reform-2.0.2 | lib/reform.rb |
reform-2.0.1 | lib/reform.rb |
reform-2.0.0 | lib/reform.rb |