• Arturo Herrero's avatar
    Move class method to the right place · d016b26b
    Arturo Herrero authored
    This class method was defined in the private scope of the class but this
    is not working as expected for class methods. The method should be
    public as it's used outside from this class.
    d016b26b
service.rb 11.5 KB