Created
August 1, 2014 07:40
-
-
Save rubyrider/fb7a443150e68480aaf1 to your computer and use it in GitHub Desktop.
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 Company < ActiveRecord::Base | |
validates :name ,presence: {error_code: 9001, | |
developer_message: I18n.t('validations.developer_message.required'), | |
more_info: I18n.t('name.required.more_info') | |
} | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment