Skip to content

Commit

Permalink
No need to override for just calling super
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed May 28, 2011
1 parent 2fd7ea9 commit d8f4988
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Expand Up @@ -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 = []
Expand Down
Expand Up @@ -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 = []
Expand Down

0 comments on commit d8f4988

Please sign in to comment.