Commit 77cd3597 authored by Simon Menke's avatar Simon Menke
Browse files

using set(:public_folder,...) instead of the deprecated set(:public,...)

parent 7a379f2f
Loading
Loading
Loading
Loading
+14 −14
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 = {}