Flowdock

No documentation

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

Constants

DEFAULT_VALUES = { create_with: FROZEN_EMPTY_HASH, readonly: false, where: Relation::WhereClause.empty, having: Relation::WhereClause.empty, from: Relation::FromClause.empty }

STRUCTURAL_OR_METHODS = Relation::VALUE_METHODS - [:extending, :where, :having]

VALID_DIRECTIONS = [:asc, :desc, :ASC, :DESC, "asc", "desc", "ASC", "DESC"]

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

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.