Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix predicate name style per Rubocop
lib/active_model/serializer/adapter/cache_check.rb:28:13: C: Style/PredicateName: Rename is_cached? to cached?. (https://github.com/bbatsov/ruby-style-guide#bool-methods-qmark) def is_cached? ^^^^^^^^^^ lib/active_model/serializer/adapter/cache_check.rb:32:13: C: Style/PredicateName: Rename is_fragment_cached? to fragment_cached?. (https://github.com/bbatsov/ruby-style-guide#bool-methods-qmark) def is_fragment_cached? ^^^^^^^^^^^^^^^^^^^
- Loading branch information