Commit 69826f3b authored by John Murray's avatar John Murray
Browse files

Changed set(:public) to set(:public_folder)

The former was deprecated and throwing warning messages when running the
project.
parent 4966a6ff
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 = {}