Skip to content

Commit

Permalink
Merge pull request asmuth#33 from JohnMurray/master
Browse files Browse the repository at this point in the history
Changed set(:public, ...) to set(:public_folder, ...)
  • Loading branch information
oleriesenberg committed Jan 12, 2012
2 parents 4966a6f + 69826f3 commit f62b418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fnordmetric/app.rb
Expand Up @@ -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 = {}
Expand Down

0 comments on commit f62b418

Please sign in to comment.