Sha256: 469902ec19c96ec634fc7352f20a963e4decd2a47137ad64b3a2537f8f1fc2c2
Contents?: true
Size: 458 Bytes
Versions: 45
Compression:
Stored size: 458 Bytes
Contents
<%# encoding: utf-8 %> ru: activerecord: models: <%= resource_name %>: acc: статью many: Статьи one: Статья other: Статьи attributes: <%= resource_name %>: <% model_name.constantize.column_names.select { |i| !%w{ id created_at updated_at ancestry }.include?(i) }.each do |column| %><%= column %>: <%= default_name_for(column).force_encoding('utf-8') %> <% end %>
Version data entries
45 entries across 45 versions & 1 rubygems