Guest User

Untitled

a guest
May 9th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. class Initiative < ActiveRecord::Base
  2. belongs_to :place
  3.  
  4. validates_presence_of :label, :message => I18n.translate('initiatives.flash.label_required')
  5. validates_presence_of :description, :message => I18n.translate('initiatives.flash.description_required')
  6. end
Add Comment
Please, Sign In to add comment