Top Level Namespace

Defined Under Namespace

Modules: ActionController, ActiveModel, ActiveRecord, ProtectedAttributes

Instance Method Summary collapse

Instance Method Details

#active_record_40?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/active_record/mass_assignment_security.rb', line 3

def active_record_40?
  ActiveRecord::VERSION::MAJOR == 4 && ActiveRecord::VERSION::MINOR == 0
end