Paprika doesn't have their API documented, so this is me reverse-engineering it from an Android device
This file contains hidden or 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
# config/locales/activerecord.yml | |
# Custom error messages for ActiveRecord and Mongoid Document validations. | |
# | |
# For a full list of validation options, see: | |
# http://guides.rubyonrails.org/i18n.html#translations-for-active-record-models | |
en: | |
activerecord: | |
errors: | |
models: |
This file contains hidden or 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
# Add these two gems | |
gem 'ice_cube', '0.9.3' | |
gem 'squeel', '1.0.16' |