Method: Trailblazer::Macro::Each.to_h
- Defined in:
- lib/trailblazer/macro/each.rb
.to_h ⇒ Object
call
57 58 59 60 61 |
# File 'lib/trailblazer/macro/each.rb', line 57 def self.to_h container_activity = @state.get(:activity) # FIXME: this is needed for a proper {find_path} introspect lookup. container_activity.to_h.merge(activity: container_activity) end |