module Igdb::BaseRepresenter

Public Class Methods

included(base) click to toggle source
# File lib/igdb/representers/base_representer.rb, line 4
def self.included(base)
  base.include Representable::JSON
end