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

Oops, a docfix.

This commit is contained in:
Rizwan Reza 2010-03-28 11:10:35 +04:30
parent 6c2a0675f1
commit 66d57d7ba8

View file

@ -662,7 +662,7 @@ module ActiveRecord
# Drops a schema
#
# Example:
# drop_schema('products', 'postgres')
# drop_schema('products')
def drop_schema(schema_name)
execute("DROP SCHEMA \"#{schema_name}\"")
end