Sha256: bde2e401b693c0b2358137a7c100faab55ca76ea71a316827122fdc8f647b860

Contents?: true

Size: 251 Bytes

Versions: 4

Compression:

Stored size: 251 Bytes

Contents

require "view_component"
require "ahoy_matey"
require_relative "../../../lib/helpers"

class Matey::ApplicationComponent < ViewComponent::Base
  include ActiveModel::Validations
  include ColorSchemeHelper

  def before_render
    validate!
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
matey-0.2.0 app/components/matey/application_component.rb
matey-0.1.6 app/components/matey/application_component.rb
matey-0.1.5 app/components/matey/application_component.rb
matey-0.1.4 app/components/matey/application_component.rb