Flowdock

No documentation

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

Constants

STRUCTURAL_VALUE_METHODS = ( Relation::VALUE_METHODS - [:extending, :where, :having, :unscope, :references, :annotate, :optimizer_hints] ).freeze # :nodoc:

VALID_DIRECTIONS = [:asc, :desc, :ASC, :DESC, "asc", "desc", "ASC", "DESC"].to_set # :nodoc:

VALID_UNSCOPING_VALUES = Set.new([:where, :select, :group, :order, :lock, :limit, :offset, :joins, :left_outer_joins, :annotate, :includes, :from, :readonly, :having, :optimizer_hints])

FROZEN_EMPTY_HASH = {}.freeze

FROZEN_EMPTY_ARRAY = [].freeze

Attributes

Show files where this module is defined (1 file)
Register or log in to add new notes.