action_controller-expose 0.1.0
`expose :foo` defines an attr_reader and helper_method. `expose :foo, -> { ... }` (or with a block) defines a memoized reader. Replaces the boilerplate of attr_reader + helper_method + def.
Gemfile:
=
install:
=
Versions:
- 0.1.0 May 11, 2026 (6 KB)
Runtime Dependencies (1):
actionpack
>= 0