4 lines
88 B
Ruby
4 lines
88 B
Ruby
# enable :maruku
|
|
get "/inline-js.html" do
|
|
haml :"inline-js.html", :layout => false
|
|
end |