Module: Reform

Defined in:
lib/reform/rails.rb,
lib/reform/rails/railtie.rb,
lib/reform/rails/version.rb

Defined Under Namespace

Modules: Rails Classes: Form

Class Method Summary collapse

Class Method Details

.rails3_0?Boolean

Returns:

  • (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