Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Rendering partials #13

Open
Open
@donaldpiret

Description

@donaldpiret

How would I work with partials and json_builder to avoid duplication?

With builder I can do something like:

xml.destinations do
  @destinations.each do |destination|
    xml << render(:partial => 'destination', :object => destination)
  end
end

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions