module SimpleRepresenter::Definable
Public Class Methods
included(host_class)
click to toggle source
# File lib/simple_representer/definable.rb, line 8 def self.included(host_class) host_class.extend ClassMethods end