class LoverAlbum

Public Class Methods

gtn(key) click to toggle source
# File lib/ting_model/lover_album.rb, line 10
def self.gtn(key)
  LoverAlbumNode.seek(key).table_name
end
shard(key) click to toggle source
# File lib/ting_model/lover_album.rb, line 6
      def self.shard(key)
  Object.const_get(LoverAlbumNode.seek(key).class_name)
end
stn(key) click to toggle source
# File lib/ting_model/lover_album.rb, line 14
def self.stn(key)
  self.table_name = self.gtn(key)
  self
end