Class: Mensa::ApplicationComponent
- Inherits:
-
ViewComponent::Base
- Object
- ViewComponent::Base
- Mensa::ApplicationComponent
- Includes:
- ActionView::Helpers::TranslationHelper, ApplicationHelper, Satis::Concerns::ContextualTranslations, ViewComponent::Slotable
- Defined in:
- app/components/mensa/application_component.rb
Direct Known Subclasses
Mensa::AddFilter::Component, Cell::Component, ControlBar::Component, Filters::Component, Header::Component, RowAction::Component, Search::Component, Table::Component, TableRow::Component, View::Component, Views::Component
Instance Attribute Summary collapse
-
#original_view_context ⇒ Object
Returns the value of attribute original_view_context.
Instance Attribute Details
#original_view_context ⇒ Object
Returns the value of attribute original_view_context.
10 11 12 |
# File 'app/components/mensa/application_component.rb', line 10 def original_view_context @original_view_context end |