Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Initiative < ActiveRecord::Base
- belongs_to :place
- validates_presence_of :label, :message => I18n.translate('initiatives.flash.label_required')
- validates_presence_of :description, :message => I18n.translate('initiatives.flash.description_required')
- end
Add Comment
Please, Sign In to add comment