Skip to content

Instantly share code, notes, and snippets.

@aya-soft
Created May 27, 2016 21:22
Show Gist options
  • Save aya-soft/7b0ff5c178af6f66247d075417347fd3 to your computer and use it in GitHub Desktop.
Save aya-soft/7b0ff5c178af6f66247d075417347fd3 to your computer and use it in GitHub Desktop.
В каждой строчке и так есть результат вычисления выражения, поэтому последнюю строчку метода нужно убрать
def self.new_autoservice_requests_qty
qty ||= unregistered.count
qty
end
@romhi
Copy link

romhi commented May 30, 2016

Метод удалил.

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