class Object
Public Instance Methods
active_record_40?()
click to toggle source
# File lib/active_record/mass_assignment_security.rb, line 3 def active_record_40? ActiveRecord::VERSION::MAJOR == 4 && ActiveRecord::VERSION::MINOR == 0 end