Skip to content

Instantly share code, notes, and snippets.

@Lavode
Created July 5, 2013 20:45
Show Gist options
  • Save Lavode/5937136 to your computer and use it in GitHub Desktop.
Save Lavode/5937136 to your computer and use it in GitHub Desktop.
get '/:file' do |file|
haml file.to_sym
end
get '/:file'
haml params[:file].to_sym
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment