aboutsummaryrefslogtreecommitdiffstats
path: root/lib/refinery/blog.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/refinery/blog.rb')
-rw-r--r--lib/refinery/blog.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/refinery/blog.rb b/lib/refinery/blog.rb
index 9320300..38f5813 100644
--- a/lib/refinery/blog.rb
+++ b/lib/refinery/blog.rb
@@ -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