Sha256: 21a9f422ce501a45b1b03fa6e5e31ee53fc2b16b854805bac357bbf2724dd690

Contents?: true

Size: 92 Bytes

Versions: 2

Compression:

Stored size: 92 Bytes

Contents

class User
  def self.human_attribute_name(attribute)
    attribute.to_s.humanize
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
formulaic-0.4.1 spec/support/models/user.rb
formulaic-0.4.0 spec/support/models/user.rb