Class: Matey::ApplicationComponent

Inherits:
ViewComponent::Base
  • Object
show all
Includes:
ActiveModel::Validations, ColorSchemeHelper
Defined in:
app/components/matey/application_component.rb

Instance Method Summary collapse

Methods included from ColorSchemeHelper

#color_scheme

Instance Method Details

#before_renderObject



9
10
11
# File 'app/components/matey/application_component.rb', line 9

def before_render
  validate!
end