Sha256: b6aec0185855f834722030291bc3fa25c2db867628e17ccc3e89c1dfc06922a1
Contents?: true
Size: 310 Bytes
Versions: 8
Compression:
Stored size: 310 Bytes
Contents
# frozen_string_literal: true class ModelStrip < ActiveRecord::Base normalizy :strip , with: :strip normalizy :strip_side_both , with: { strip: { side: :both } } normalizy :strip_side_left , with: { strip: { side: :left } } normalizy :strip_side_right, with: { strip: { side: :right } } end
Version data entries
8 entries across 8 versions & 1 rubygems