module Billit::VoteEventRepresenter
Public Class Methods
included(klass)
click to toggle source
# File lib/billit_representers_argentina/representers/vote_event_representer.rb, line 24 def self.included(klass) klass.send :prepend, Initializer klass.send :include, Roar::Representer::Feature::HttpVerbs end