lib/reform.rb in reform-2.0.0.rc3 vs lib/reform.rb in reform-2.0.0

- old
+ new

@@ -2,15 +2,15 @@ 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' +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' +if defined?(Rails) + require "reform/rails" end