Class: Components::Base

Inherits:
Phlex::HTML
  • Object
show all
Includes:
Databasium::HeroiconHelper, Phlex::Rails::Helpers::ClassNames, Phlex::Rails::Helpers::Routes
Defined in:
app/components/base.rb

Instance Method Summary collapse

Methods included from Databasium::HeroiconHelper

#heroicon

Instance Method Details

#before_templateObject



11
12
13
14
# File 'app/components/base.rb', line 11

def before_template
  comment { "Before #{self.class.name}" }
  super
end