Module: ActionComponent
- Defined in:
- lib/action_component.rb,
lib/action_component/base.rb,
lib/action_component/railtie.rb,
lib/action_component/version.rb,
lib/action_component/elements.rb,
lib/action_component/callbacks.rb,
lib/action_component/constraints.rb,
lib/action_component/element_builder.rb,
lib/action_component/action_view_rendering.rb,
lib/action_component/action_controller_rendering.rb
Defined Under Namespace
Modules: ActionControllerRendering, ActionViewRendering, Callbacks, Constraints, Elements Classes: Base, ElementBuilder, Railtie
Constant Summary collapse
- RenderError =
Class.new(StandardError)
- ConstraintError =
Class.new(StandardError)
- ViewMissingError =
Class.new(StandardError)
- VERSION =
"0.2.3"