• S
    Remove get_build method for find_by_id · ab6b9a1c
    Steve Azzopardi 提交于
    The original intention of `get_build` was as a workaround not to violate
    `CodeReuse/ActiveRecord`. `find_by_id` does the exact same thing but
    does not violate the rubocop rule.
    ab6b9a1c
project.rb 66.2 KB