Sha256: 34c083005000551f075d4b044d2bf1f335307c29f5c17c61295fb2a0026c079c
Contents?: true
Size: 344 Bytes
Versions: 96
Compression:
Stored size: 344 Bytes
Contents
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
Version data entries
96 entries across 96 versions & 1 rubygems