module JamRuby class GenericState < ActiveRecord::Base self.table_name = 'generic_state' def self.singleton GenericState.find('default') end end end