Skip to content

Instantly share code, notes, and snippets.

@pschyska
Created September 9, 2010 15:56
Show Gist options
  • Save pschyska/572054 to your computer and use it in GitHub Desktop.
Save pschyska/572054 to your computer and use it in GitHub Desktop.
def self.options_for(column,query)
case column
when 'mailing_list_address'
r=find(query)
(do stuff with r and return array)
else
[]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment