Sha256: fde1e7c9e19b20f0aa68338796c986dbb99f8c904aae27eb01f8015376aaf604
Contents?: true
Size: 248 Bytes
Versions: 8
Compression:
Stored size: 248 Bytes
Contents
# frozen_string_literal: true class Alias < ActiveRecord::Base normalizy :email , with: :email normalizy :with_arg_field , with: :with_arg normalizy :with_inline_arg_field, with: { with_inline_arg: { side: :left } } end
Version data entries
8 entries across 8 versions & 1 rubygems