Skip to content

Instantly share code, notes, and snippets.

@mileszs
Created May 1, 2009 18:10
Show Gist options
  • Select an option

  • Save mileszs/105168 to your computer and use it in GitHub Desktop.

Select an option

Save mileszs/105168 to your computer and use it in GitHub Desktop.
class Organization < ActiveRecord::Base
include UrlFriendlyName
has_url_friendly_name :text_id, :fields, :to, :be, :condensed, :concatenated
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment