Skip to content

Instantly share code, notes, and snippets.

@dissolved
Created December 4, 2013 20:00
Show Gist options
  • Save dissolved/7794471 to your computer and use it in GitHub Desktop.
Save dissolved/7794471 to your computer and use it in GitHub Desktop.
def self.select_options
@select_options ||= subclasses.map do |klass|
klass = klass.to_s
[klass.titleize, klass]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment