middleman/spec/fixtures/sample/init.rb

4 lines
88 B
Ruby
Raw Normal View History

2009-11-03 21:34:57 +01:00
# enable :maruku
get "/inline-js.html" do
haml :"inline-js.html", :layout => false
end