Module: Reform
- Defined in:
- lib/reform/rails.rb,
lib/reform/rails/railtie.rb,
lib/reform/rails/version.rb
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.rails3_0? ⇒ Boolean
5 6 7 |
# File 'lib/reform/rails.rb', line 5 def self.rails3_0? ::ActiveModel::VERSION::MAJOR == 3 and ::ActiveModel::VERSION::MINOR == 0 end |