hopsoft / turbo_boost-commands

Commands to help you build robust reactive applications with Rails & Hotwire.
MIT License
322 stars 20 forks source link

Clarify how Commands are registered, invoked, and how to initialize data for Commands #112

Open hopsoft opened 1 year ago

hopsoft commented 1 year ago

It's unclear to users how to access common controller data like Current, current_user, etc. Update the documentation to explain and provide examples. See #110 and #111