aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_file/blob.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/active_file/blob.rb')
-rw-r--r--lib/active_file/blob.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/active_file/blob.rb b/lib/active_file/blob.rb
index 98bbcd057f..938f6d86b5 100644
--- a/lib/active_file/blob.rb
+++ b/lib/active_file/blob.rb
@@ -2,7 +2,7 @@ require "active_file/site"
# Schema: id, key, filename, content_type, metadata, byte_size, checksum, created_at
class ActiveFile::Blob < ActiveRecord::Base
- self.table_name = "active_file_blobs"
+ self.table_name = "rails_blobs"
has_secure_token :key
store :metadata, coder: JSON