Skip to content

Instantly share code, notes, and snippets.

@diago
Created October 27, 2011 19:52
Show Gist options
  • Save diago/1320673 to your computer and use it in GitHub Desktop.
Save diago/1320673 to your computer and use it in GitHub Desktop.
def aliases=( aliases )
return super unless aliases.is_a?( String )
aliases = aliases.split( "\n" ).map do |a|
SiteAlias.first_or_new( name: a )
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment