Skip to content

Instantly share code, notes, and snippets.

@macournoyer
Created February 26, 2009 15:43
Show Gist options
  • Select an option

  • Save macournoyer/70920 to your computer and use it in GitHub Desktop.

Select an option

Save macournoyer/70920 to your computer and use it in GitHub Desktop.
def strrev(s)
class TmpObject < ActiveRecord::Base
acts_as_an_object_with_a_reversed_string_column :tmp
end
TmpObject.new(s).reversed_tmp
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment