Created
August 27, 2014 21:19
-
-
Save adagio/525846b532bd0d4dea04 to your computer and use it in GitHub Desktop.
Set a value to the CONSTANT
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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