Skip to content

Instantly share code, notes, and snippets.

@jugglebird
Created August 19, 2008 23:11
Show Gist options
  • Select an option

  • Save jugglebird/6248 to your computer and use it in GitHub Desktop.

Select an option

Save jugglebird/6248 to your computer and use it in GitHub Desktop.
class Report < ActiveRecord::Base
%w[hits uniques].each { |const| const_set(const.upcase, const) }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment