This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
armchairauditor
mirror of
https://github.com/adrianshort/armchairauditor.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix threadsafe Haml warning
master
Adrian Short
9 years ago
parent
2a9286d86b
commit
06238add69
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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'
Write
Preview
Loading…
Cancel
Save