Skip to content

Commit

Permalink
Fix a filename
Browse files Browse the repository at this point in the history
Follow up of #133.
  • Loading branch information
koic committed Nov 16, 2019
1 parent 69ae4cb commit d2a1a4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/rails_cops.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
require_relative 'rails/request_referer'
require_relative 'rails/reversible_migration'
require_relative 'rails/safe_navigation'
require_relative 'rails/safe_nagivation_with_blank'
require_relative 'rails/safe_navigation_with_blank'
require_relative 'rails/save_bang'
require_relative 'rails/scope_args'
require_relative 'rails/skips_model_validations'
Expand Down

0 comments on commit d2a1a4c

Please sign in to comment.