Class: Matey::ApplicationComponent
- Inherits:
-
ViewComponent::Base
- Object
- ViewComponent::Base
- Matey::ApplicationComponent
- Includes:
- ActiveModel::Validations, ColorSchemeHelper
- Defined in:
- app/components/matey/application_component.rb
Direct Known Subclasses
ActiveUsersComponent, BounceRateComponent, BrowserOsBreakdownComponent, DailyActiveUsersComponent, NewActivityComponent, NewUsersComponent, TopEventsComponent, TopVisitedPagesTableComponent, UserEngagementComponent, VisitsByDayOfWeekComponent
Instance Method Summary collapse
Methods included from ColorSchemeHelper
Instance Method Details
#before_render ⇒ Object
9 10 11 |
# File 'app/components/matey/application_component.rb', line 9 def before_render validate! end |