Class: Setting

Inherits:
RailsSettings::CachedSettings
  • Object
show all
Defined in:
lib/support/rails_settings_ui/setting.rb

Overview

Schema Information

Table name: settings

id         :integer          not null, primary key
var        :string(255)      not null
value      :text(65535)
thing_id   :integer
thing_type :string(30)
created_at :datetime
updated_at :datetime