Class: ConstitutionProposal
- Inherits:
-
Proposal
- Object
- ActiveRecord::Base
- Proposal
- ConstitutionProposal
- Defined in:
- app/models/constitution_proposal.rb
Direct Known Subclasses
ChangeBooleanProposal, ChangeTextProposal, ChangeVotingPeriodProposal, ChangeVotingSystemProposal
Instance Method Summary (collapse)
Methods inherited from Proposal
#abstained, #accepted_or_rejected, #allows_direct_edit?, #automatic_proposer_support_vote?, #close!, close_due_proposals, close_early_proposals, close_proposals, #closed?, #duration, #enact!, #end_date, find_closeable_early_proposals, #member_count, #parameters, #parameters=, #passed?, #reject!, #send_email, send_email_for, #start, #to_event, #total_votes, #vote_by, #votes_against, #votes_for, #voting_period
Instance Method Details
- (Object) decision_notification_message
6 7 8 |
# File 'app/models/constitution_proposal.rb', line 6 def "If you have previously printed/saved a PDF copy of the constitution, this prior copy is now out of date. Please consider reprinting/saving a copy of the latest constitution for your records." end |
- (Object) voting_system
2 3 4 |
# File 'app/models/constitution_proposal.rb', line 2 def voting_system organisation.constitution.voting_system(:constitution) end |