Class: Translation

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/translation.rb

Overview

Schema Information

Table name: translations

id :integer not null, primary key locale :string(255) key :string(255) value :text(65535) interpolations :text(65535) is_proc :boolean default(FALSE) created_at :datetime not null updated_at :datetime not null