Add Gollum.assets_path hook

This commit is contained in:
Vicent Martí
2012-04-25 11:45:36 -07:00
parent 833953d658
commit 9b92e9d325
+4
View File
@@ -23,6 +23,10 @@ require File.expand_path('../gollum/web_sequence_diagram', __FILE__)
module Gollum
VERSION = '1.4.2'
def self.assets_path
::File.expand_path('gollum/frontend/public', ::File.dirname(__FILE__))
end
class Error < StandardError; end
class DuplicatePageError < Error