Sha256: 93c0a5a7469726c7c815a765aeb2a9d3eade970cf4ca19bb2e30a9ab88628ac5
Contents?: true
Size: 357 Bytes
Versions: 5
Compression:
Stored size: 357 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) # DISCUSS: is everyone ok with this? require 'reform/rails' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
reform-2.0.0.rc3 | lib/reform.rb |
reform-2.0.0.rc2 | lib/reform.rb |
reform-2.0.0.rc1 | lib/reform.rb |
reform-2.0.0.beta2 | lib/reform.rb |
reform-2.0.0.beta1 | lib/reform.rb |