Skip to content

Instantly share code, notes, and snippets.

@KamuelaFranco
Created November 14, 2013 05:12
Show Gist options
  • Save KamuelaFranco/7461756 to your computer and use it in GitHub Desktop.
Save KamuelaFranco/7461756 to your computer and use it in GitHub Desktop.
class Url < ActiveRecord::Base
def local
@local ||= (0...3).map { (65 + rand(26)).chr }.join
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment