aboutsummaryrefslogtreecommitdiffstats
path: root/lib/refinerycms-blog.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/refinerycms-blog.rb')
-rw-r--r--lib/refinerycms-blog.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb
index 901535d..db9beda 100644
--- a/lib/refinerycms-blog.rb
+++ b/lib/refinerycms-blog.rb
@@ -2,8 +2,9 @@ require 'filters_spam'
module Refinery
module Blog
-
autoload :Version, File.expand_path('../refinery/blog/version', __FILE__)
+ autoload :Tab, File.expand_path("../refinery/blog/tab", __FILE__)
+
class << self
def version
::Refinery::Blog::Version.to_s