I hereby claim:
- I am mttdffy on github.
- I am mttdffy (https://keybase.io/mttdffy) on keybase.
- I have a public key whose fingerprint is 52CB A0A1 FE1C 60C2 9B0F A1DC 8D33 0C91 5D1B 31A2
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
module Mongoid | |
module Unvalidate | |
extend ActiveSupport::Concern | |
module ClassMethods | |
# Removes specified validations from existing models for a given field | |
# | |
# @param [Symbol] field the field to remove validations from | |
# @param [Array<Symbol> | Symbol] validations validations to remove from field |
cribbed from http://pastebin.com/xgzeAmBn
Templates to remind you of the options and formatting for the different types of objects you might want to document using YARD.
module JSHelpers | |
module JQueryUI | |
# type inside an autocomplete field and pick a value. | |
# | |
# @param [String] field selector of the autocomplete field | |
# @param [Hash] options details about what to search and what to select | |
# @param options [String] :with the text to type in the autocomplete field | |
# @param options [String] :select the text value of the autocomplete resuilt you | |
# want to pick. If this option is not present, the first result will be picked. |