1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

pg, remove duplicated code.

This commit is contained in:
Yves Senn 2014-05-24 16:08:04 +02:00
parent cea4816991
commit 286a8b7f2a

View file

@ -111,10 +111,6 @@ module ActiveRecord
column name, type, options
end
def citext(name, options = {})
column(name, 'citext', options)
end
def column(name, type = nil, options = {})
super
column = self[name]