aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_file/site.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/active_file/site.rb')
-rw-r--r--lib/active_file/site.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/active_file/site.rb b/lib/active_file/site.rb
index 44010767dd..33494b916a 100644
--- a/lib/active_file/site.rb
+++ b/lib/active_file/site.rb
@@ -15,7 +15,7 @@ class ActiveFile::Site
raise NotImplementedError
end
- def exists?(key)
+ def exist?(key)
raise NotImplementedError
end