Class: RedminePluginsHelper::Hooks::AddAssets

Inherits:
Redmine::Hook::ViewListener
  • Object
show all
Defined in:
lib/redmine_plugins_helper/hooks/add_assets.rb

Instance Method Summary collapse

Instance Method Details

#view_layouts_base_html_head(_context = {}) ⇒ Object



6
7
8
# File 'lib/redmine_plugins_helper/hooks/add_assets.rb', line 6

def view_layouts_base_html_head(_context = {})
  safe_join([plugins_autoload_stylesheet_tag, plugins_autoload_script_tag])
end