Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

result voted mp #1

Open
beastie87 opened this issue Apr 18, 2017 · 2 comments
Open

result voted mp #1

beastie87 opened this issue Apr 18, 2017 · 2 comments

Comments

@beastie87
Copy link
Member

def short_voted_result(result)
      hash = { 
        "НЕ ГОЛОСУВАВ":  "not_voted",
        відсутній: "absent",
        ПРОТИ:  "against",
        ЗА: "aye"
      }
      hash[:"#{result}"]
end

@beastie87
Copy link
Member Author

It use

@lisoffsky
Copy link
Member

додай ще опцію УТРИМАВСЯ: "abstain"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants