Skip to content

Commit

Permalink
syntax needs to be in load_path
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wiggins committed Nov 13, 2008
1 parent c8ee394 commit 92a5316
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/post.rb
@@ -1,5 +1,7 @@
require File.dirname(__FILE__) + '/../vendor/maruku/maruku'
require File.dirname(__FILE__) + '/../vendor/syntax/syntax/convertors/html'

$LOAD_PATH.unshift File.dirname(__FILE__) + '/../vendor/syntax'
require 'syntax/convertors/html'

class Post < Sequel::Model
set_primary_key [ :id ]
Expand Down

0 comments on commit 92a5316

Please sign in to comment.