Flowdock
module
Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes

No documentation

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

Constants

COLUMN_NAME_WITH_ORDER = / \A ( (?: # `table_name`.`column_name` | function(one or no argument) ((?:\w+\.|`\w+`\.)?(?:\w+|`\w+`)) | \w+\((?:|\g<2>)\) ) (?:\s+ASC|\s+DESC)? ) (?:\s*,\s*\g<1>)* \z /ix

COLUMN_NAME = / \A ( (?: # `table_name`.`column_name` | function(one or no argument) ((?:\w+\.|`\w+`\.)?(?:\w+|`\w+`)) | \w+\((?:|\g<2>)\) ) (?:(?:\s+AS)?\s+(?:\w+|`\w+`))? ) (?:\s*,\s*\g<1>)* \z /ix

Attributes

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