phlex-ruby / phlex-rails

An object-oriented alternative to ActionView for Ruby on Rails.
https://www.phlex.fun
MIT License
232 stars 40 forks source link

Fix `data` attribute in layout generator template #216

Closed mjankowski closed 3 months ago

mjankowski commented 3 months ago

I think this helper knows how to dasherize things from within a data: {...} type argument, but not for just the top level options.

joeldrapper commented 3 months ago

Nice improvement.