Skip to content

Commit

Permalink
Remove unneeded #respond_to_missing? override
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Sep 16, 2016
1 parent ce8d485 commit 8975de9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ Style/IndentationConsistency:
Enabled: false

Rails/OutputSafety:
Enabled: false
Enabled: false

Style/MethodMissing:
Exclude:
- 'lib/blacklight/utils.rb'
4 changes: 0 additions & 4 deletions lib/blacklight/utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,6 @@ def method_missing(mid, *args)
super
end
end

def respond_to_missing?(*_)
true
end

private

Expand Down

0 comments on commit 8975de9

Please sign in to comment.