Sha256: b2151936163ee15fa02e03a8d4e5716c1368c0bd521d87abc712ed879aa1d2a7
Contents?: true
Size: 461 Bytes
Versions: 9
Compression:
Stored size: 461 Bytes
Contents
en: activerecord: models: <%= singular_name %>: <%= singular_name.humanize %> attributes: <%= singular_name %>: <% if options[:authenticated] -%> login: Login name: Name email: Email created_at: Created At password: Password password_confirmation: Password Confirmation <% end -%> <% attributes.each do |attribute| -%> <%= attribute.name %>: <%= attribute.name.humanize %> <% end -%>
Version data entries
9 entries across 9 versions & 2 rubygems