Method: ActiveRecord#raise_int_wider_than_64bit
- Defined in:
- activerecord/lib/active_record.rb
#raise_int_wider_than_64bit ⇒ Object
:singleton-method: raise_int_wider_than_64bit Application configurable boolean that denotes whether or not to raise an exception when the PostgreSQLAdapter is provided with an integer that is wider than signed 64bit representation
446 447 448 |
# File 'activerecord/lib/active_record.rb', line 446 def raise_int_wider_than_64bit @raise_int_wider_than_64bit end |