lib/bookshelf/parser.rb in bookshelf-1.0.0 vs lib/bookshelf/parser.rb in bookshelf-1.1.0
- old
+ new
@@ -28,10 +28,10 @@
end
# Return the configuration file.
#
def config
- Bookshelf.config(book_dir)
+ Bookshelf.config
end
# Render a eRb template using +locals+ as data seed.
#
def render_template(file, locals = {})