Flowdock
method

calculate

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: NullRelation
calculate(_operation, _column_name, _options = {}) 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/null_relation.rb, line 52
    def calculate(_operation, _column_name, _options = {})
      nil
    end
Register or log in to add new notes.