Skip to content

Instantly share code, notes, and snippets.

View benlangfeld's full-sized avatar

Ben Langfeld benlangfeld

View GitHub Profile
# coding: utf-8
class TransliterationController < ApplicationController
def view
end
def result
if request.post?
@errors = []
@result = transliterate(:script, :text);