Module: Phlex::Hanami::AssetsHelper

Includes:
Hanami::Helpers::AssetsHelper
Defined in:
lib/phlex/hanami/assets_helper.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.included(base) ⇒ Object



6
7
8
# File 'lib/phlex/hanami/assets_helper.rb', line 6

def self.included(base)
  base.alias_method :_context, :context
end

Instance Method Details

#audio_tagObject



20
# File 'lib/phlex/hanami/assets_helper.rb', line 20

def audio_tag(...) = raw(super)

#favicon_tagObject



16
# File 'lib/phlex/hanami/assets_helper.rb', line 16

def favicon_tag(...) = raw(super)

#image_tagObject



14
# File 'lib/phlex/hanami/assets_helper.rb', line 14

def image_tag(...) = raw(super)

#javascript_tagObject



10
# File 'lib/phlex/hanami/assets_helper.rb', line 10

def javascript_tag(...) = raw(super)

#stylesheet_tagObject



12
# File 'lib/phlex/hanami/assets_helper.rb', line 12

def stylesheet_tag(...) = raw(super)

#video_tagObject



18
# File 'lib/phlex/hanami/assets_helper.rb', line 18

def video_tag(...) = raw(super)