Browse Source

Fix threadsafe Haml warning

master
Adrian Short 9 years ago
parent
commit
06238add69
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.rb

+ 1
- 1
app.rb View File

@@ -1,6 +1,6 @@
require 'sinatra'
# require 'sinatra-helpers/haml/partials'
require 'haml'
require 'tilt/haml'
require 'data_mapper'
require './models'



Loading…
Cancel
Save