Commit f62b4189 authored by Ole Riesenberg's avatar Ole Riesenberg
Browse files

Merge pull request #33 from JohnMurray/master

Changed set(:public, ...) to set(:public_folder, ...)
parents 4966a6ff 69826f3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ class FnordMetric::App < Sinatra::Base

  set :haml, :format => :html5 
  set :views, ::File.expand_path('../../../haml', __FILE__)
  set :public, ::File.expand_path('../../../pub', __FILE__)
  set :public_folder, ::File.expand_path('../../../pub', __FILE__)

  def initialize(namespaces, opts)
    @namespaces = {}