Class: PopularLanguage

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

Overview

Schema Information

Table name: popular_languages

id                 :integer          not null, primary key
title_translations :hstore
country_code       :string(2)
sort_order         :integer          default(1)
created_at         :datetime         not null
updated_at         :datetime         not null