Fixed indentation, use spaces not tabs.

This commit is contained in:
Philip Arndt 2011-07-02 11:58:26 +12:00
parent 0076d0a9fa
commit 0e4dbb28e9

View file

@ -10,6 +10,7 @@ module Refinery
def root
@root ||= Pathname.new(File.expand_path('../../', __FILE__))
end
def version
::Refinery::Blog::Version.to_s
end