Procházet zdrojové kódy

Fix threadsafe Haml warning

master
Adrian Short před 9 roky
rodič
revize
06238add69
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      app.rb

+ 1
- 1
app.rb Zobrazit soubor

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



Načítá se…
Zrušit
Uložit