Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion lib/ransack/context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module Ransack
class Context
attr_reader :search, :object, :klass, :base, :engine, :arel_visitor
attr_accessor :auth_object, :search_key
attr_reader :arel_visitor

class << self

Expand Down
4 changes: 0 additions & 4 deletions lib/ransack/nodes/condition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,6 @@ def predicate_name
end
alias :p :predicate_name

def arel_predicate
raise "not implemented"
end

def validated_values
values.select { |v| predicate.validator.call(v.value) }
end
Expand Down
1 change: 0 additions & 1 deletion lib/ransack/nodes/grouping.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module Ransack
module Nodes
class Grouping < Node
attr_reader :conditions
attr_accessor :combinator
alias :m :combinator
alias :m= :combinator=
Expand Down
Loading