class Object
Public Instance Methods
column(name, type, **options)
click to toggle source
Calls superclass method
# File lib/ar/bigint.rb, line 10 def column(name, type, **options) type = :bigint if type == :integer super(name, type, **options) end