Changeset 11a277a in RedSur for app/models/poll.rb


Ignore:
Timestamp:
May 19, 2016, 3:16:42 PM (8 years ago)
Author:
aosorio <aosorio@…>
Branches:
modelo_minuta
Children:
ad6b806
Parents:
4769715
Message:

Agregado el campo Acuerdos para la futura Minuta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/models/poll.rb

    r4769715 r11a277a  
    1111  has_many :poll_asuntos
    1212  has_many :poll_puntos
     13  has_many :poll_acuerdos
    1314
    1415  xml_attr :question
     
    3839      :poll_asuntos => self.poll_asuntos,
    3940      :poll_puntos => self.poll_puntos,
     41      :poll_acuerdos => self.poll_acuerdos,
    4042      :participation_count => self.participation_count,
    4143    }
Note: See TracChangeset for help on using the changeset viewer.