Browse Source

Adding home_url attr to doc.rb

Thu Trang Pham 10 years ago
parent
commit
53bba10212
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/core/doc.rb

+ 1 - 1
lib/docs/core/doc.rb

@@ -4,7 +4,7 @@ module Docs
     DB_FILENAME = 'db.json'
 
     class << self
-      attr_accessor :name, :slug, :type, :version, :abstract
+      attr_accessor :name, :slug, :type, :version, :abstract, :home_url
 
       def inherited(subclass)
         subclass.type = type