Skip to content

Instantly share code, notes, and snippets.

@adagio
Created August 27, 2014 21:19
Show Gist options
  • Save adagio/525846b532bd0d4dea04 to your computer and use it in GitHub Desktop.
Save adagio/525846b532bd0d4dea04 to your computer and use it in GitHub Desktop.
Set a value to the CONSTANT
class MyEntity < ActiveRecord::Base
...
NAME_OF_CONSTANT = 'Value of constant'
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment