Skip to content
Snippets Groups Projects
  • Leonel Galán's avatar
    5353fea4
    Allows radius to be a symbol representing a column in DB (#1107) · 5353fea4
    Leonel Galán authored
    * Allows radius to be a symbol representing a column in DB
    
    * Proposed changes by @alexreisner:
    
    - Keeping branching condition consistent
    - Not overwrite the method argument: ‘radius’
    - Not assigning two variables in a single line, and
    - Add code comments where needed
    
    By “proposed” I meant, I copy/paste them from his comment. But we are
    in agreement.
    
    * Fixes broken test in PR
    5353fea4
    History
    Allows radius to be a symbol representing a column in DB (#1107)
    Leonel Galán authored
    * Allows radius to be a symbol representing a column in DB
    
    * Proposed changes by @alexreisner:
    
    - Keeping branching condition consistent
    - Not overwrite the method argument: ‘radius’
    - Not assigning two variables in a single line, and
    - Add code comments where needed
    
    By “proposed” I meant, I copy/paste them from his comment. But we are
    in agreement.
    
    * Fixes broken test in PR