We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Това така ли трябва да е?
https://github.com/obshtestvo/sledi-parlamenta/blob/master/website/app/controllers/sessions_controller.rb#L44
def members members = Member.joins(:votings).where("session_id = 59").uniq.pluck(:id, :first_name, :last_name) render :json => members end
The text was updated successfully, but these errors were encountered:
@adamof за такива неща няма нужда да отваряш ишута :) Може просто да ми пишеш.
Не, не трябва да е така. Вероятно просто съм тествал нещо и съм го забравил.
Sorry, something went wrong.
No branches or pull requests
Това така ли трябва да е?
https://github.com/obshtestvo/sledi-parlamenta/blob/master/website/app/controllers/sessions_controller.rb#L44
The text was updated successfully, but these errors were encountered: