Sha256: b5fb5349e1a62c4d1900d746c3fc9c2b48c589831536a477d48f4ebd1b1f3489

Contents?: true

Size: 175 Bytes

Versions: 1

Compression:

Stored size: 175 Bytes

Contents

# frozen_string_literal: true

class User < ActiveRecord::Base
  normalizy :name

  def custom_reverse(input, options = {})
    "#{input.reverse}.#{options}.custom"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
normalizy-0.1.0 spec/support/models/user.rb