Flowdock
method

build

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: ActiveRecord::PredicateBuilder
build(attribute, value) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/relation/predicate_builder.rb, line 63
    def build(attribute, value)
      handler_for(value).call(attribute, value)
    end
Register or log in to add new notes.