Skip to content

Commit

Permalink
Removing attr_reader on filters
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumebriday committed May 22, 2019
1 parent 2742292 commit df2b14e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/jsonapi/scopes/filters.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ module Filter
end

module ClassMethods
attr_reader :filters

def filter(name, *args)
scope(name, *args)
@filters << name
Expand Down

0 comments on commit df2b14e

Please sign in to comment.