Project

General

Profile

« Previous | Next » 

Revision 6ebba152

Added by Michael Moll almost 6 years ago

Fixes #19858 - Configure Style/EmptyMethod cop (#5703)

  • Refs #20891 - fix for new rubocop rules
  • Fixes #19858 - Configure Style/EmptyMethod cop

View differences:

test/models/concerns/belongs_to_proxies_test.rb
include BelongsToProxies
class << self
def belongs_to(name, options = {}); end
def belongs_to(name, options = {})
end
def validates(name, options = {}); end
def validates(name, options = {})
end
end
belongs_to_proxy :foo, :feature => 'Foo'

Also available in: Unified diff