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/constraints.rb,
lib/action_component/action_view_rendering.rb,
lib/action_component/action_controller_rendering.rb

Defined Under Namespace

Modules: ActionControllerRendering, ActionViewRendering, Constraints, Elements Classes: Base, Railtie

Constant Summary collapse

RenderError =
Class.new(StandardError)
ConstraintError =
Class.new(StandardError)
ViewMissingError =
Class.new(StandardError)
VERSION =
"0.1.2"