Line #4 –
convention:
Extra empty line detected at method body beginning.
Line #7 –
convention:
Omit the parentheses in defs when the method doesn't accept any arguments.
def self.find()
Line #8 –
convention:
Extra empty line detected at method body beginning.
Line #11 –
convention:
Omit the parentheses in defs when the method doesn't accept any arguments.
def self.find_by()
Line #12 –
convention:
Extra empty line detected at method body beginning.
Line #15 –
convention:
Omit the parentheses in defs when the method doesn't accept any arguments.
def self.where()
Line #16 –
convention:
Extra empty line detected at method body beginning.
Line #19 –
convention:
Omit the parentheses in defs when the method doesn't accept any arguments.
def self.limit()
Line #20 –
convention:
Extra empty line detected at method body beginning.
Line #23 –
convention:
Omit the parentheses in defs when the method doesn't accept any arguments.
def self.offset()
Line #24 –
convention:
Extra empty line detected at method body beginning.
Line #27 –
convention:
Omit the parentheses in defs when the method doesn't accept any arguments.
def self.join()
Line #28 –
convention:
Extra empty line detected at method body beginning.
Line #31 –
convention:
Omit the parentheses in defs when the method doesn't accept any arguments.
def self.select()
Line #32 –
convention:
Extra empty line detected at method body beginning.
Line #35 –
convention:
Omit the parentheses in defs when the method doesn't accept any arguments.
def self.unique()
Line #36 –
convention:
Extra empty line detected at method body beginning.
Line #40 –
convention:
Extra empty line detected at method body beginning.
Line #44 –
convention:
Extra empty line detected at method body beginning.
Line #48 –
convention:
Extra empty line detected at method body beginning.
Line #51 –
convention:
Rename has_many
to has_many?
.
def self.has_many
Line #52 –
convention:
Extra empty line detected at method body beginning.