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

@ -8,8 +8,9 @@ module Refinery
class << self
attr_accessor :root
def root
@root ||= Pathname.new(File.expand_path('../../', __FILE__))
@root ||= Pathname.new(File.expand_path('../../', __FILE__))
end
def version
::Refinery::Blog::Version.to_s
end
@ -26,7 +27,7 @@ module Refinery
config.after_initialize do
Refinery::Plugin.register do |plugin|
plugin.pathname = root
plugin.pathname = root
plugin.name = "refinerycms_blog"
plugin.url = {:controller => '/admin/blog/posts', :action => 'index'}
plugin.menu_match = /^\/?(admin|refinery)\/blog\/?(posts|comments|categories)?/