scarfacedeb / rails_admin_globalize_field

Tabbed interface and custom field type for globalize translations for Rails_admin
MIT License
51 stars 61 forks source link

no :notice on translation_class.validates #25

Open EternalSoul opened 8 years ago

EternalSoul commented 8 years ago

When defining translation_class.validates :column, presence: true And in admin panel, if leaving field blank Save button does not work, and no notice.

using gem 'rails_admin' gem 'rails_admin_globalize_field'