提交 d8f49888 编写于 作者: A Akira Matsuda

No need to override for just calling super

上级 2fd7ea97
......@@ -427,10 +427,6 @@ def table_exists?(name)
tables(nil, schema).include? table
end
def drop_table(table_name, options = {})
super(table_name, options)
end
# Returns an array of indexes for the given table.
def indexes(table_name, name = nil)
indexes = []
......
......@@ -568,10 +568,6 @@ def table_exists?(name)
tables(nil, schema).include? table
end
def drop_table(table_name, options = {})
super(table_name, options)
end
# Returns an array of indexes for the given table.
def indexes(table_name, name = nil)#:nodoc:
indexes = []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册