Module: ActionController::Macros
- Defined in:
- lib/action_controller/macros/auto_complete.rb,
lib/action_controller/macros/in_place_editing.rb
Overview
Macros are class-level calls that add pre-defined actions to the controller based on the parameters passed in. Currently, they’re used to bridge the JavaScript macros, like autocompletion and in-place editing, with the controller backing.
Defined Under Namespace
Modules: AutoComplete, InPlaceEditing