class Server < ActiveRecord::Base has_and_belongs_to_many :mods has_many :sixconfigs six_guid def remote end def rema "servers/show" end def exec3 "" end def to_updater_yml hash = Hash.new attribute_names.each do |at| hash[at.to_sym] = eval(at) end hash end end