Select Git revision
project_search_results.rb
-
zenati authored
There is no need to check if `repository_ref` is present as: ``` @repository_ref = if repository_ref.present? repository_ref else nil end ``` is as same as doing: ``` @repository_ref = repository_ref ```
zenati authoredThere is no need to check if `repository_ref` is present as: ``` @repository_ref = if repository_ref.present? repository_ref else nil end ``` is as same as doing: ``` @repository_ref = repository_ref ```
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
project_search_results.rb 1.60 KiB