Skip to content

Instantly share code, notes, and snippets.

@rubyrider
Created August 1, 2014 07:40
Show Gist options
  • Save rubyrider/fb7a443150e68480aaf1 to your computer and use it in GitHub Desktop.
Save rubyrider/fb7a443150e68480aaf1 to your computer and use it in GitHub Desktop.
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