class TrackPicture

Public Class Methods

gtn(key) click to toggle source
# File lib/ting_model/track_picture.rb, line 11
def self.gtn(key)
  TrackPictureNode.seek(key).table_name
end
shard(key) click to toggle source
# File lib/ting_model/track_picture.rb, line 7
def self.shard(key)
  Object.const_get(TrackPictureNode.seek(key).class_name)
end
stn(key) click to toggle source
# File lib/ting_model/track_picture.rb, line 15
def self.stn(key)
  self.table_name = self.gtn(key)
  self
end