lib/ransack/nodes/node.rb in ransack-3.2.1 vs lib/ransack/nodes/node.rb in ransack-4.0.0
- old
+ new
@@ -1,9 +1,9 @@
module Ransack
module Nodes
class Node
attr_reader :context
- delegate :contextualize, :to => :context
+ delegate :contextualize, to: :context
class_attribute :i18n_words
class_attribute :i18n_aliases
self.i18n_words = []
self.i18n_aliases = {}