Don't need to set table_name_prefix because it gets set by isolate_namespace.

This commit is contained in:
Uģis Ozols 2012-01-20 15:34:59 +02:00
parent 083fd20ee5
commit ad0b7f6ac8

View file

@ -30,10 +30,6 @@ module Refinery
def factory_paths
@factory_paths ||= [ root.join("spec/factories").to_s ]
end
def table_name_prefix
'refinery_blog_'
end
end
end
end