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:
parent
cea4816991
commit
286a8b7f2a
1 changed files with 0 additions and 4 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue