Sha256: 6871f4a14c24f27eec0601b1f0489b470bf0acfd5149daeac6d075775ef3e3c8

Contents?: true

Size: 168 Bytes

Versions: 22

Compression:

Stored size: 168 Bytes

Contents

class Garage::HashRepresenter
  include Garage::Representer

  def initialize(object)
    @object = object
  end

  def render_hash(options = {})
    @object
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
the_garage-2.8.2 app/models/garage/hash_representer.rb
the_garage-2.8.1 app/models/garage/hash_representer.rb
the_garage-2.8.0 app/models/garage/hash_representer.rb
the_garage-2.7.0 app/models/garage/hash_representer.rb
the_garage-2.6.1 app/models/garage/hash_representer.rb
the_garage-2.6.0 app/models/garage/hash_representer.rb
the_garage-2.5.0 app/models/garage/hash_representer.rb
the_garage-2.4.4 app/models/garage/hash_representer.rb
the_garage-2.4.3 app/models/garage/hash_representer.rb
the_garage-2.4.2 app/models/garage/hash_representer.rb
the_garage-2.4.1 app/models/garage/hash_representer.rb
the_garage-2.4.0 app/models/garage/hash_representer.rb
the_garage-2.3.3 app/models/garage/hash_representer.rb
the_garage-2.3.2 app/models/garage/hash_representer.rb
the_garage-2.3.1 app/models/garage/hash_representer.rb
the_garage-2.3.0 app/models/garage/hash_representer.rb
the_garage-2.2.0 app/models/garage/hash_representer.rb
the_garage-2.1.0 app/models/garage/hash_representer.rb
the_garage-2.0.3 app/models/garage/hash_representer.rb
the_garage-2.0.2 app/models/garage/hash_representer.rb