Skip to content

JSON view block #74

@vladfaust

Description

@vladfaust
  json @worlds.map do |world|
    Views::World.new(world)
  end

Is treated as builder variant and

json @worlds.map { |world| Views::World.new(world) }

Is not.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions